Moodle Plugins directory: Jupyter Notebook: Versions: 2023020300 | Moodle.org

Jupyter Notebook
Jupyter Notebook 2023020300
Moodle Jupyternotebook module
- Source Code: https://gitlab.com/dne-elearning/moodle-magistere/moodle-mod_jupyternotebook
- License: http://www.gnu.org/licenses/gpl-3.0.html
Install from an archive
- Extract the archive in the /mod/jupyternotebook folder
- Install by connecting to your moodle as an administrator or user the CLI script admin/cli/upgrade.php if you have access to a console.
Configuration
The Jupyternotebook module requires a Github repository to host the Python files. The Github repository information must be entered in the plugin settings page.
Github documentation is available here : https://docs.github.com/fr
\
When creating a Jupyternotebook activity you must provide a .ipynb file and an URL pointing to an accessible Jupyter server.
Information on running a Jupyter server can be found : - here for a single-user server : https://jupyter-notebook.readthedocs.io/en/stable/public_server.html - here for a multi-user server : https://jupyterhub.readthedocs.io/en/latest/
A default URL can be set in the plugin settings page.
Description
A course module to integrate Jupyter notebooks within Moodle courses. This module requires a Jupyter server and a Github repository.
You can find more information on Jupyter and its notebook here : https://docs.jupyter.org/en/latest/
Version information
- Version build number
- 2023020300
- Maturity
- Beta
- MD5 Sum
- a8e5f61615349815ab6f6a67d49f6284
- Supported software
- Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation