Skip to content

Commit

Permalink
⚗️(notebook) explore statements extracted from Moodle
Browse files Browse the repository at this point in the history
Explored course-related data, student information, and verb usage
patterns within newly extracted statements from Moodle.

Additionally, this commit:
- Added 'plotly' library as a new dependency.
- Introduced a new volume for improved access to JSON data.
  • Loading branch information
lebaudantoine committed Sep 28, 2023
1 parent 297715d commit 39ced84
Show file tree
Hide file tree
Showing 3 changed files with 449 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ services:
volumes:
- ./notebook/notebooks:/home/jovyan/work
- ./src/api:/home/jovyan/work/warren
- ./data:/home/jovyan/work/data
2 changes: 2 additions & 0 deletions notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ FROM jupyter/scipy-notebook:2023-09-25
RUN pip install --upgrade pip

RUN pip install jupytext --upgrade

RUN pip install plotly --upgrade
Loading

0 comments on commit 39ced84

Please sign in to comment.