-
Notifications
You must be signed in to change notification settings - Fork 23
Updating Notesbooks to make sure they work #263
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
base: main
Are you sure you want to change the base?
Conversation
…g 3.12 and 3.13. Also added .venv folders to .gitignore Signed-off-by: Sean P. Goggins <s@goggins.com>
Signed-off-by: Sean P. Goggins <s@goggins.com>
Your branch is up to date with 'origin/spg-req-update-12-13'. Changes to be committed: modified: notebooks/8knot/PR_response.ipynb modified: notebooks/8knot/file_heatmap.ipynb new file: notebooks/8knot/heatmap_directory.png modified: notebooks/8knot/issue_first_response.ipynb
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…per_60/github/oss-aspen/rappel/notebooks/8knot/non_viz/repo_information.ipynb NotJSONError('Notebook does not appear to be JSON: \'{\n cells: [\n {\n cell_type: m...)
"
;
Signed-off-by: Sean P. Goggins <s@goggins.com>
…ead. Signed-off-by: Sean P. Goggins <s@goggins.com>
… import plotly-express and only plotly is installed Signed-off-by: Sean P. Goggins <s@goggins.com>
Signed-off-by: Sean P. Goggins <s@goggins.com>
|
holy diff batman |
|
@MoralCode yeahhh lol I dont even know how to get started on this one |
|
@sgoggins Can you drop all the files from this PR that are just a cell output/print change? |
|
after a quick re-review of the diff, it looks like this PR is removing a lot of the output values from the notebooks. although yeah that should probably be a separate PR. unsure if theres a script that can clear this output for all notebooks or if you need to go one by one, but I strongly suspect that doing this output removal as a new PR, merging it, and then rebasing this PR/branch will help reveal the substantial, non-output changes that are made here (or reveal places where this PR is adding output). Maybe thats something you can do @cdolfi ? (or I can do this next week) This may also help clean things up prior to the chaoss transfer too. (and could maybe be enforced with a GH action that flags PRs that contain non-cleared outputs so that contributors are consistently required to keep them clear) |
|
@MoralCode I actually do not want to remove the outputs as they are useful to seeing what data the notebooks are working with. This is pretty common practice when distributing research notebooks |
I'm going through the notebooks to make sure they run. Most of what is needed so far is :
.gitignoreThis PR reflects updates to all notebooks at the root of
notebooks/8knot