p2j python conversion

jupyter
Jeff Moe 2022-09-08 14:14:25 -06:00
parent e08194fff4
commit 9519976edb
2 changed files with 9 additions and 0 deletions

View File

@ -48,3 +48,11 @@ jupyer lab
Go to the URL given when you run `jupyter lab` above,
something like `https://127.0.0.1....`.
# Python Conversion.
I used this to convert Python to Jupyter:
```
pip install p2j
p2j foo.py
```

View File

@ -1 +1,2 @@
jupyterlab
p2j