Skip to content

Commit 0ad013e

Browse files
committed
Add notebook screenshots
1 parent 13bae4f commit 0ad013e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ $ docker run -it --name iruby-notebook --rm -p 8888:8888 -v `pwd`:/home/jovyan/w
2323
```
2424

2525
Based on the URL above, visit `http://127.0.0.1:8888/?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`.
26+
This command will mount the current working directory (`pwd`)
27+
to the `/home/jovyan/work` directory in Docker container
28+
and all files can be found in the `work` directory in the browser as shown:
29+
30+
![Jupyter Notebook](/screenshots/notebook.png)

screenshots/notebook.png

23.6 KB
Loading

0 commit comments

Comments
 (0)