Skip to content

Commit

Permalink
Merge pull request #3 from pyjavo/developer-docs-jupyterlab
Browse files Browse the repository at this point in the history
Update docs with installation of jupyter lab
  • Loading branch information
joamatab authored May 23, 2024
2 parents c5be178 + 5022939 commit bdf540f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ pip install -e .[dev]
pre-commit install
```

**Note**:
- If you need to run the notebooks and you are not using VSCode or Anaconda, then you need to install [jupyter lab](https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html)
```
pip install jupyterlab
```

## Style

- Follow [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html) and existing code.
Expand Down

0 comments on commit bdf540f

Please sign in to comment.