Marcel Angenvoort
Marcel Angenvoort
I have the same problem. Since it works fine in _reveal.js_, it's probably a bug in _vscode-reveal_. I don't know how to fix it. But as a workaround, it is...
I'm not sure what you mean by that. I just installed the IJulia package using Julia's default package manager, ```julia julia -e 'using Pkg; Pkg.add("IJulia"); ``` which is exactly how...
I'm sorry, but I don't know that. I'm not an expert with Julia packages. How can I find that out? Do you mean [like this](https://discourse.julialang.org/t/path-of-this-package/16401/2)? ```julia import IJulia; pathof(IJulia) ```
Okay. I added it to the GitHub actions workflow via ```yaml - name: Print Julia Info shell: bash run: julia -e 'println(readdir(Base.DEPOT_PATH[1]))' ``` right before the Jupyter notebook gets executed....