We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In principle, we'd like to be able to run any Julia package from within Pluto within JupyterHub within docker run.
within Pluto
within JupyterHub
within docker run
Amongst the packages that we have tried this with, issues mostly seem related to external libraries :
The errors are not limited to the JuliaClimate/Notebooks build or Pluto.
To reproduce them with the broadly used
docker run -p 8888:8888 jupyter/datascience-notebook:latest
using GMT
For an intro on Docker :
https://www.youtube.com/watch?v=daNrJhPPgWg
The text was updated successfully, but these errors were encountered:
GLMakie :
👉 the error message points to https://github.com/MakieOrg/Makie.jl/tree/master/GLMakie#troubleshooting-opengl which may provide the solution. Can this be added to the Docker build?
Sorry, something went wrong.
No branches or pull requests
In principle, we'd like to be able to run any Julia package from
within Pluto
within JupyterHub
within docker run
.Amongst the packages that we have tried this with, issues mostly seem related to external libraries :
The errors are not limited to the JuliaClimate/Notebooks build or Pluto.
To reproduce them with the broadly used
docker run -p 8888:8888 jupyter/datascience-notebook:latest
using GMT
For an intro on Docker :
https://www.youtube.com/watch?v=daNrJhPPgWg
The text was updated successfully, but these errors were encountered: