Skip to content

Commit 3de8fe2

Browse files
committed
get code formatting back in notebooks
1 parent 0a8f20e commit 3de8fe2

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pandoc = {version = "^1.0.2", optional = true}
2121
insipid-sphinx-theme = {version = "^0.2.3", optional = true}
2222
nbsphinx = {version = "^0.8.2", optional = true}
2323
sphinx-autodoc-typehints = {version = "^1.11.1", optional = true}
24+
ipython = {version = "^7.20.0", optional = true}
2425

2526
[tool.poetry.dev-dependencies]
2627
Pympler = "^0.9"
@@ -31,7 +32,6 @@ debugpy = "^1.2.1"
3132
distributed = "^2021.2.0"
3233
filprofiler = "^0.17.0"
3334
flake8 = "^3.8.4"
34-
ipython = "^7.20.0"
3535
jupyterlab = "^3.0.7"
3636
matplotlib = "^3.3.4"
3737
py-spy = "^0.3.4"
@@ -49,6 +49,7 @@ docs = [
4949
"pandoc",
5050
"nbsphinx",
5151
"insipid-sphinx-theme",
52+
"ipython",
5253
]
5354

5455
[build-system]

0 commit comments

Comments
 (0)