Jupyter Notebook

Activities ::: mod_jupyternotebook
Maintained by DNE - Ministère de l'Education Nationale
A course module to integrate Jupyter notebooks within Moodle courses

Jupyter Notebook 2023020300

Moodle 3.9, 3.10, 3.11, 4.0, 4.1
Released: Friday, 3 February 2023, 10:27 PM

Moodle Jupyternotebook module

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

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "assignment") in the "mod" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation