Skip to content

Instantly share code, notes, and snippets.

@mgrabovsky
Last active February 20, 2022 18:35
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 mgrabovsky/d20cac10cd9f2b982c0eb1f846036076 to your computer and use it in GitHub Desktop.
Save mgrabovsky/d20cac10cd9f2b982c0eb1f846036076 to your computer and use it in GitHub Desktop.

Jupyter Data Science Notebook

Run a Jupyter Data Science Notebook (or JupyterLab?) using Jupyter Docker Stacks with the current directory linked inside:

$ podman run --rm -it -p 8888:8888 -v "${PWD}":/home/jovyan/work:z docker.io/jupyter/datascience-notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment