https://github.com/aidanmelen/jupyter_scipy_notebook
https://github.com/aidanmelen/jupyter_scipy_notebook
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aidanmelen/jupyter_scipy_notebook
- Owner: aidanmelen
- Created: 2021-10-31T20:11:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T20:24:40.000Z (over 3 years ago)
- Last Synced: 2025-01-13T15:52:05.476Z (4 months ago)
- Language: Jupyter Notebook
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jupyter_scipy_notebook
## Quick Start
Start the Juptyer Notebook in a Docker container using the [Makefile](./Makefile)
```bash
make run
```It then starts a container running a Jupyter Notebook server and exposes the server on host port 8888. The server logs appear in the terminal. Visiting `http://:8888/?token=` in a browser loads the Jupyter Notebook dashboard page.
Please refer to the [Jupyter Quick Start](https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html#quick-start) guide for more information.