Skip to content

Commit

Permalink
placement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaelony committed Feb 28, 2025
1 parent 9becae3 commit d6f890a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ uv run --python 3.13 --with jupyter jupyter lab
```
uv run --with jupyter jupyter lab
```
You should see a notebook with the option to switch between Rust, Python, and R kernels.

<img src="png/jupyter-notebook-with-rust-r-python-kernels.png" />

Kernels

<img src="png/jupyter-several-kernels.png" />



Alternatively, just

Expand All @@ -68,13 +77,5 @@ uv run --python 3.13 --with jupyter jupyter nbconvert notebook-hello-with-differ



You should see a notebook with the option to switch between Rust, Python, and R kernels.

<img src="png/jupyter-notebook-with-rust-r-python-kernels.png" />

Kernels

<img src="png/jupyter-several-kernels.png" />


0 comments on commit d6f890a

Please sign in to comment.