Jupyter knowledge and experiences
Last updated 3 years ago
Was this helpful?
Installing - with docker
docker run -it -p 8888:8888 -p 6006:6006 -d -v $(pwd)/notebooks:/notebooks amaksimov/python_data_science
Hide output from cell
%%capture # at the top of the cell