Skip to content

Commit

Permalink
Merge pull request #92 from Dokkaebi10/leuneri-patch-6
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Dokkaebi10 authored Mar 27, 2023
2 parents 0678e2b + 618caae commit 88d818d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ docker run --rm -p 8888:8888 \
4. Copy the URL that will come up that looks something like `http://127.0.0.1:8888/lab?token=2faf555049c37dd3980e06c182f614223f93b57cac264491` into your web browser. This will open Jupyter Lab in the root directory of this analysis.
5. Nagivate to `analysis.ipynb` in Jupyter lab and run the entire analysis. By navigating to `Kernel` and clicking `Restart Kernal and Run All Cells`.
6. Work within the container as you need and edit the analysis!
```
* To render the HTML:
7. Type in:
make notebooks/_build/html/analysis.html
```
8. Copy the local host link and paste into into a web browser.


*To stop and remove the container when done collaborating run:* `docker-compose down`.

Expand Down

0 comments on commit 88d818d

Please sign in to comment.