This repository contains Jupyter notebooks with math and analysis relevant to FRC.
They can be opened/edited with a Jupyter installation on your local computer, or a read-only copy can be accessed via JupyterLite.
Feel free to open GitHub issues, or even better, fork this repository, modify the fork, and submit a pull-request. To make your fork accessible via JupyterLite in the GitHub Pages associated with your fork:
- Go to your fork on GitHub.
- Click
Settings
, clickPages
, and then, underBuild and deployment
Source, selectGitHub Actions
. - Click
Actions
and enable them for the repo. - While on the
Actions
page, selectBuild and Deploy
and thenRun workflow
to do an initial deployment of JupyterLite.
Once you've done that, everytime you push to the master
branch, JupyterLite will be deployed to the repo's GitHub Pages site within a few minutes. Once it is deployed, you can visit it at https://<username>.github.io/jupyter_notebooks/lab/index.html
. You won't be able to overwrite any of the files via JupyterLite, but you can change them in the notebook interface and download copies of any files with the changes (File > Download
) and replace the files in your GitHub fork with the downloaded versions.