Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tickets/sitcom 1120 Simple Conversion of Jupyternotebook. #1

Merged
merged 15 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _build/
.tox/
venv/
.venv/
.ipynb_checkpoints
File renamed without changes.
3 changes: 3 additions & 0 deletions .jupyter/desktop-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"pythonPath": "/usr/bin/python3"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"data":{"layout-restorer:data":{"main":{"dock":{"type":"tab-area","currentIndex":0,"widgets":["notebook:index.ipynb"]},"current":"notebook:index.ipynb"},"down":{"size":0,"widgets":[]},"left":{"collapsed":false,"current":"filebrowser","widgets":["filebrowser","running-sessions","@jupyterlab/toc:plugin","extensionmanager.main-view"]},"right":{"collapsed":true,"widgets":["jp-property-inspector","debugger-sidebar"]},"relativeSizes":[0.26227795193312436,0.7377220480668757,0]},"file-browser-filebrowser:cwd":{"path":""},"notebook:index.ipynb":{"data":{"path":"index.ipynb","factory":"Notebook"}}},"metadata":{"id":"default"}}
3 changes: 3 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# https://documenteer.lsst.io/technotes/

from documenteer.conf.technote import * # noqa F401 F403

# Disable notebook execution with myst-nb
nb_execution_mode = "off"
Loading
Loading