Jupyter knowledge and experiences
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
https://dev-ops-notes.com/docker/howto-run-jupiter-keras-tensorflow-pandas-sklearn-and-matplotlib-docker-container/
Last updated 3 years ago