https://github.com/mfellner/javascript-notebook
Minimal Jupyter Notebook Stack with JavaScript
https://github.com/mfellner/javascript-notebook
Last synced: 2 months ago
JSON representation
Minimal Jupyter Notebook Stack with JavaScript
- Host: GitHub
- URL: https://github.com/mfellner/javascript-notebook
- Owner: mfellner
- License: mit
- Created: 2016-04-09T20:02:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T14:12:08.000Z (about 9 years ago)
- Last Synced: 2024-10-12T00:21:06.404Z (8 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/mfellner/javascript-notebook
- Size: 2.93 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 
# Javascript Notebook Stack
Based on the Jupyter [minimal-notebook](https://github.com/jupyter/docker-stacks/tree/master/minimal-notebook).
Contents:
* Jupyter Notebook 4.1.x
* Conda Python 3.x
* Node 6.0.0
* [ijavascript](https://github.com/n-riesco/ijavascript)## Usage
```
docker run -d -p 8888:8888 mfellner/javascript-notebook:latest
```## License
[MIT](LICENSE)