Jupyter setup notes

jupyter
Jeff Moe 2022-09-08 10:38:38 -06:00
parent 41564527f6
commit 4dc8564d2a
1 changed files with 14 additions and 3 deletions

View File

@ -18,10 +18,22 @@ pip install -r requirements-jupyter.txt
```
# Setup
Copy the FITS file you want processed to:
Copy the *one* FITS file, you want processed to:
```
stvid/data/obs/jupyter.fits
stvid/data/obs/jupyter/jupyter.fits
```
Copy over your `config_new.ini` and tweak to suit:
```
cp -p config_new.ini config_jupyter.ini
```
Copy over TLEs you may have used:
```
cp -p data/tle/*.tle data/obs/jupyter/
```
# Run thine Jupyter
@ -36,4 +48,3 @@ jupyer lab
Go to the URL given when you run `jupyter lab` above,
something like `https://127.0.0.1....`.