You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bruker and users have requested Google Collab notebooks. They are commonly used in the field.
Describe the solution you would like.
Create some Google Collab notebooks to replace the local notebooks in this repo? Would have demos for each module? (lots of dev time likely to write this up with examples)
Describe the alternatives you have considered.
Keeping using local notebooks (easier to maintain?)
Additional context
No response
The text was updated successfully, but these errors were encountered:
You, or the users who requested it, shouldn't have to do anything (or at least not much) to use the existing Notebooks in Google Colab because Colab allows you to open Notebooks from GitHub.
These could be added to a new docs/notebooks.md page if desirable.
What will need updating
The Notebooks are as noted outdated, but more fundamentally they won't have TopoStats available and so rather than instructions on installing TopoStats from PyPI they will need replacing with something along the lines of...
!pip install topostats
!pip install ipywidgets
...which should "Just Work(TM)" (I virtually never use Notebooks though so no guarantee).
I just tested it and it crashes as ipython is reinstalled not sure how to handle that, ipython is only an optional dependency under dev dependency so not sure what is pulling it in.
Is your feature request related to a problem?
Bruker and users have requested Google Collab notebooks. They are commonly used in the field.
Describe the solution you would like.
Create some Google Collab notebooks to replace the local notebooks in this repo? Would have demos for each module? (lots of dev time likely to write this up with examples)
Describe the alternatives you have considered.
Keeping using local notebooks (easier to maintain?)
Additional context
No response
The text was updated successfully, but these errors were encountered: