I’m trying to save this function in a Module so I can call it from any .jl or Pluto notebook essentially, just typing using MyModule o the name you want, if you have the time it would be really usefull to have this module ready to download from GitHub, this hack that you did help me a lot, I know that is gonna be useful for a lot of people out there.
As requested:
I wouldn’t want to pollute the Julia registry with something like this but you can Pkg.add("https://github.com/mthelm85/PlutoDataTable.jl") and it should work fine when calling using PlutoDataTable in your notebook (assuming you do the install in the same environment you’re running the notebook from).
I would encourage you to check out PkgTemplates.jl as it makes doing things like this very easy
I was able to throw this together, push to GitHub and then test in about 10 minutes.