Jupyter Notebook using Docker for Data Science (Demo)

Опубликовано: 04 Октябрь 2024
на канале: Melvin L
48,749
352

A simple guide to running a docker contaner for using Jupyter Notebook for Data Scince work

The Notebook supports R, Python and Julia and comes bundled with the most commonly used libraries. The video covers details on how you can add additional packages /libraries for both R and Python.

Command to run container:
docker run -it --rm --name ds -p 8888:8888 jupyter/datascience-notebook