Skip to content

Commit

Permalink
fix: pin requirements in frozen notebooks (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 14, 2021
1 parent 8e01526 commit 81682be
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ repos:
(?x)^(
docs/report/004.*|
docs/report/005.*|
docs/report/006.*|
docs/report/007.*|
docs/report/009.*|
docs/report/010.*|
demo/.*
)$
Expand Down
6 changes: 3 additions & 3 deletions docs/report/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

*.png
*.svg
!002-*.svg
!006-*.svg
!008-*.svg
!/002-*.svg
!/006-*.svg
!/008-*.svg
28 changes: 22 additions & 6 deletions docs/report/006.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,30 @@
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"tags": []
},
"source": [
"# [TR-006] Interactive 3D plots"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"tags": [
"hide-cell"
]
},
"outputs": [],
"source": [
"%%sh\n",
"pip install ipywidgets==7.6.5 matplotlib==3.4.3 numpy==1.19.5 sympy==1.8 > /dev/null"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -18,9 +37,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
},
"tags": [
"hide-cell"
]
Expand Down Expand Up @@ -384,7 +400,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -398,7 +414,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.8.11"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 81682be

Please sign in to comment.