https://github.com/cauachagas/docker-jupyter-python-julia-node
Dockerfile configured to work with Python, Julia and Node.js kernels on Jupyter Notebook
https://github.com/cauachagas/docker-jupyter-python-julia-node
binder docker julia jupyter-notebook node nodejs python
Last synced: 3 months ago
JSON representation
Dockerfile configured to work with Python, Julia and Node.js kernels on Jupyter Notebook
- Host: GitHub
- URL: https://github.com/cauachagas/docker-jupyter-python-julia-node
- Owner: cauachagas
- License: mit
- Created: 2021-03-12T20:08:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T02:03:58.000Z (over 5 years ago)
- Last Synced: 2025-09-12T13:57:13.185Z (10 months ago)
- Topics: binder, docker, julia, jupyter-notebook, node, nodejs, python
- Language: Jupyter Notebook
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python, Julia and Node
[](https://mybinder.org/v2/gh/cauachagas/jupyter-python-julia-node/HEAD)
Click on the badge above and run Python, Julia or Node.js on the Jupyter Notebook without having to install anything locally.
## Binder: how it works?
Binder will search for a dependency file, such as requirements.txt or environment.yml, in the repository's root directory ([more details on more complex dependencies in documentation](http://mybinder.readthedocs.io/en/latest/using.html#preparing-a-repository-for-binder)). The dependency files will be used to build a Docker image. If an image has already been built for the given repository, it will not be rebuilt. If a new commit has been made, the image will automatically be rebuilt.
## References
https://github.com/jupyter/docker-stacks
https://www.npmjs.com/package/magicpatch
https://www.npmjs.com/package/dstools