Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker authored Jul 26, 2024
1 parent 7bb2211 commit d890092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Files & notes for a series of docker tutorials for coworkers.
6. Quiz: What does `-it` do? Could check with `docker run --help` or at https://docs.docker.com/reference/.

2. Running something useful: Jupyter Notebooks
1. `docker run -p 8888:8888 quay.io/jupyter/datascience-notebook:latest`
1. `docker run -p 8888:8888 quay.io/jupyter/datascience-notebook`
2. Find the login URL in the output and open it in your browser. Should see the notebook interface.
3. Do something.
4. Try something with a missing library such as `import scikit-learn`.
Expand Down

0 comments on commit d890092

Please sign in to comment.