Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notebooks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Boman Romain
notebooks
Commits
54db4f39
Commit
54db4f39
authored
1 year ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
add docs
parent
53f54dc2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#18574
passed
1 year ago
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
README.md
+2
-2
2 additions, 2 deletions
README.md
requirements-jupiterlite.txt
+1
-0
1 addition, 0 deletions
requirements-jupiterlite.txt
requirements.txt
+1
-0
1 addition, 0 deletions
requirements.txt
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
0
View file @
54db4f39
...
@@ -4,6 +4,7 @@ pages:
...
@@ -4,6 +4,7 @@ pages:
before_script
:
before_script
:
-
python -m pip install -r requirements-jupiterlite.txt
-
python -m pip install -r requirements-jupiterlite.txt
script
:
script
:
-
rm -rf public
-
jupyter lite build --contents math0024 --output-dir public
-
jupyter lite build --contents math0024 --output-dir public
artifacts
:
artifacts
:
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
54db4f39
# Notebooks
# Notebooks
*
📃
[
math0024 - Python guidelines
](
https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.uliege.be%2Frboman%2Fnotebooks/HEAD?labpath=math0024%2Fhw-guidelines.ipynb
)
*
📃
[
math0024 - Python guidelines
](
https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.uliege.be%2Frboman%2Fnotebooks/HEAD?labpath=math0024%2Fhw-guidelines.ipynb
)
(
running
on mybinder.org)
*
📃
[
math0024 - Python guidelines
](
https://rboman.gitlabpages.uliege.be/notebooks/
)
(
on
gitlab pages using jupyterlite)
<br
/>
<br
/>
<br
/>
<br
/>
<br
/>
---
---
...
...
This diff is collapsed.
Click to expand it.
requirements-jupiterlite.txt
+
1
−
0
View file @
54db4f39
# used by the python docker image for gitlab pages
jupyterlite-core
jupyterlite-core
jupyterlab
jupyterlab
jupyterlite-pyodide-kernel
jupyterlite-pyodide-kernel
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
0
View file @
54db4f39
# installed by "https://mybinder.org/"
numpy
numpy
scipy
scipy
matplotlib
matplotlib
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment