Skip to content

Commit

Permalink
Move jupyter requirement. (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Mar 8, 2024
1 parent e5b0402 commit 8226300
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions python-project-template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dev = [
{%- if 'black' in enforce_style %}
"black", # Used for static linting of files
{%- endif %}
"jupyter", # Clears output from Jupyter notebooks
{%- if mypy_type_checking != 'none' %}
"mypy", # Used for static type checking of files
{%- endif %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{%- if include_notebooks %}
ipykernel
ipython
jupyter
jupytext
nbconvert
nbsphinx
Expand Down

0 comments on commit 8226300

Please sign in to comment.