Skip to content

Commit

Permalink
Hide notebook outputs and remove kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 22, 2024
1 parent 7d31c20 commit d62ea95
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
]

nbsphinx_allow_errors = True
nbsphinx_execute = "never"
numpydoc_show_inherited_class_members = False
numpydoc_show_class_members = False

Expand Down
6 changes: 3 additions & 3 deletions docs/source/scribe_data/wikipedia/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:scribe-data-dev] *",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "conda-env-scribe-data-dev-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -287,7 +287,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.17"
"version": "3.12.5"
},
"toc": {
"base_numbering": 1,
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ flax>=0.8.2
iso639-lang>=2.2.3
m2r2>=0.3.3
mwparserfromhell>=0.6
nbsphinx>=0.9.5
numpydoc>=1.6.0
packaging>=20.9
pandas>=1.5.3
Expand Down
4 changes: 2 additions & 2 deletions src/scribe_data/wikipedia/gen_autosuggestions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:scribe-data-dev] *",
"display_name": "",
"language": "python",
"name": "conda-env-scribe-data-dev-py"
"name": ""
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit d62ea95

Please sign in to comment.