Hi,
the CoNo-Concepts Workshop at ICFCA showed that there is growing interest
in using Jupyter (and other) notebooks for FCA and that creating a page
that collects these notebooks may be useful. Since many people host
their notebooks on Github, the easiest way to create such a webpage is to
add topics to the notebooks because Github automatically generates a page
for each topic. My suggestion for such a topic is
concept-analysis-notebooks
If you add that to your notebook on Github, it will be added to the page
https://github.com/topics/concept-analysis-notebooks
BTW it is possible to directly execute notebooks without locally
installing any software. One only needs to figure out the URL
corresponding to a notebook (for example using
https://mybinder.org/).
For example, if your notebook resides at
https://github.com/YOURNAME/YourRepository/folder/name.ipynb
and the branch is "main" then it can be executed at
https://mybinder.org/v2/gh/YOURNAME/YourRepository/main?urlpath=lab/tree/fo…
without installing anything and without requiring any logins. If you
include such a link in your description and Readme, then users can find it
quickly.
Best wishes
Uta