Skip to content

Commit

Permalink
Add instructions for how to launch jupyter notebook and create a rust…
Browse files Browse the repository at this point in the history
… notebook

... at least for Linux. I have no idea how to open jupyter notebook on
other platforms.
  • Loading branch information
davidlattimore committed Jan 30, 2020
1 parent f6286c8 commit e6b8a04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions evcxr_jupyter/README.md
Expand Up @@ -21,6 +21,15 @@ cargo install evcxr_jupyter --no-default-features
evcxr_jupyter --install
```

Once installed, you should be able to start Juypter notebook with:

```sh
jupyter-notebook
```

Once it starts, it should open a new tab in your browser, or at least print a
link for you to open. From this tab you can select File -> New Notebook -> Rust.

### Mac OS X

* Install jupyter or jupyterlab (eg. via anaconda)
Expand Down

0 comments on commit e6b8a04

Please sign in to comment.