Skip to content

Instantly share code, notes, and snippets.

@fernandoacorreia
Created February 20, 2020 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fernandoacorreia/269a0ad55961247fd15618caadcfb13a to your computer and use it in GitHub Desktop.
Save fernandoacorreia/269a0ad55961247fd15618caadcfb13a to your computer and use it in GitHub Desktop.
Runs Jupyter scipy-notebook in a container
#!/bin/bash
docker run -p 8888:8888 -v $(pwd):/home/jovyan/host jupyter/scipy-notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment