Skip to content

Commit 8226300

Browse files
authored
Move jupyter requirement. (#441)
1 parent e5b0402 commit 8226300

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

python-project-template/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dev = [
3434
{%- if 'black' in enforce_style %}
3535
"black", # Used for static linting of files
3636
{%- endif %}
37+
"jupyter", # Clears output from Jupyter notebooks
3738
{%- if mypy_type_checking != 'none' %}
3839
"mypy", # Used for static type checking of files
3940
{%- endif %}

python-project-template/{% if include_docs %}docs{% endif %}/requirements.txt.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{%- if include_notebooks %}
22
ipykernel
33
ipython
4-
jupyter
54
jupytext
65
nbconvert
76
nbsphinx

0 commit comments

Comments
 (0)