JupWiki is a tool that transforms Jupyter notebooks into comprehensive wikis. It provides detailed descriptions for functions, classes, variables, and more, making your notebooks more understandable and accessible.
To install JupWiki, you need to have Python installed on your system. If you don't have Python installed, you can download it from here.
Once Python is installed, you can install JupWiki by cloning the repository and installing the requirements:
git clone https://github.com/kabir12345/JupWiki.git
cd JupWiki
pip install -r requirements.txt
To use JupWiki, run the main.py script with your Jupyter notebook as an argument:
python main.py your_notebook.ipynb
This will generate a wiki with detailed descriptions for all functions, classes, and variables in your notebook.
JupWiki is licensed under the Apache License 2.0.