JuliaClimate / JuliaClimate/Notebooks
packages that fail to precompile / install on jupyterhub
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 103
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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 :
- GMT : see https://github.com/GenericMappingTools/GMT.jl/issues/1095
- GLMakie : see below
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- once browser window is open, start terminal, Julia, and
using GMT
For an intro on Docker :
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported failure with docker run -p 8888:8888 jupyter/datascience-notebook:latest, then launch Julia and run using GMT from the terminal. Compare the GMT and GLMakie cases and inspect the linked GMT issue for external-library context. Done would require a defined fix or documented handling for the affected packages, but the issue does not specify files, tests, or an exact success criterion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, julia, jupyter-notebook
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100