Skip to content

Commit

Permalink
Merge pull request dssg#164 from dssg/remote_jupyter_update
Browse files Browse the repository at this point in the history
updated command for remote jupyter
  • Loading branch information
avishekrk authored Oct 1, 2019
2 parents 7c5ff51 + d964ba9 commit c2ac6c5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ Now go to the location in the file system you would like to launch a Jupyter ser
```
jupyter notebook --no-browser --port 44444
```
You may have to also specifiy the ip address as well

```
jupyter notebook --no-browser --port 44444 --ip=127.0.0.1
```

You should now be able to go to your browser and go to the address `localhost:44444`.

Expand Down

0 comments on commit c2ac6c5

Please sign in to comment.