Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ywx649999311/scipy-jlab
https://github.com/ywx649999311/scipy-jlab
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ywx649999311/scipy-jlab
- Owner: ywx649999311
- License: mit
- Created: 2020-11-24T02:50:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T19:38:35.000Z (about 1 year ago)
- Last Synced: 2024-10-16T18:47:20.452Z (2 months ago)
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scipy-jlab
A custom Docker image inspired by/built on top of [Jupyter Docker Stacks](https://github.com/jupyter/docker-stacks). For added Jupyet Lab extensions, see [extensions](./extension-list.md).This image works in the same way as you would use the official Jupyter Docker Stacks, but with addtional Jupyter Lab extensions and other custom terminal configurations. The docker image is automatically built. To use it, pull the image from Dockerhub with:
```
docker pull wyu16/scipy-jlab
```## Run Server
```bash
docker run -d -v HOMEDIR:DOCKERDIR -p HOSTPORT:8888 --name container_name imageID start.sh jupyter lab --NotebookApp.password="sha:Password"
```