Skip to content

zeliuk/jupyter-notebook-lessons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Jupyter
Notebook Practices

This repository is only for personal practices purpose ๐Ÿ˜

โš™๏ธ Prerequisites

  • Docker must be installed on your system.

๐Ÿš€ How to Run Jupyter Notebook with Docker

  1. Pull the Jupyter base image:

    docker pull jupyter/base-notebook
  2. Run the container and mount your current directory:

    docker run -p 8888:8888 -v "$PWD":/home/jovyan/work jupyter/base-notebook

About

This repository is only for personal practices purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors