Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
name: Clear output from Jupyter notebooks
description: Clear output from Jupyter notebooks.
files: \.ipynb$
exclude: ^docs/pre_executed
exclude: ^docs/notebooks/.*\.ipynb
stages: [pre-commit]
language: system
entry: jupyter nbconvert --clear-output
Expand Down
Binary file added docs/notebooks/images/conicsections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/notebooks/images/orbitellipse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8,605 changes: 8,605 additions & 0 deletions docs/notebooks/orbit_visualizer_demo.ipynb

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ dependencies = [
"tqdm",
"sorcha @ git+https://github.com/dirac-institute/sorcha.git",
"jax",
"scipy"
"scipy",
"plotly",
"dash",
"dash-daq",
"dash-ag-grid"
]

[project.scripts]
Expand Down
Loading
Loading