Skip to content

Commit

Permalink
Merge pull request #157 from NASA-NAVO/jlab-startdir
Browse files Browse the repository at this point in the history
Add starting directory instructions for Jupyterlab
  • Loading branch information
tomdonaldson committed Jan 3, 2024
2 parents 84f5fc0 + 05a8e82 commit 8286eab
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion 00_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,24 @@ python check_env.py
```

## 7. Starting Jupyterlab
From the directory containing the notebooks:

From the top-level directory of the repository, change directory to the
`content/` subdirectory:

```console
cd content
```

Start Jupyterlab from this subdirectory:

```console
jupyter lab
```

You can then use the Jupyterlab file browser to navigate to the
`reference_notebooks` and `use_case_notebooks` subdirectories that contain
the notebooks.

## 8. Handling Notebooks in MyST-Markdown format

The Jupyter notebooks in this repository are in
Expand Down

0 comments on commit 8286eab

Please sign in to comment.