Use jupyter lab. Add requirement

spacecruft
Jeff Moe 2023-01-30 14:30:36 -07:00
parent aa0f03b383
commit f9000d8544
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,6 @@ virtualenv -p python3.10 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pip install jupyter
deactivate
```
@ -35,7 +34,7 @@ Use thusly.
```
cd lofarimaging/
source env/bin/activate
jupyter notebook
jupyter lab
```
Then in browser go to URL presented.

View File

@ -13,3 +13,4 @@ Pillow
opcua
h5py
tqdm
jupyterlab