Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
machinelearning-introduction-workshop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
sispub
courses
machinelearning-introduction-workshop
Commits
5fa30316
Commit
5fa30316
authored
4 years ago
by
Mikolaj Rybinski
Browse files
Options
Downloads
Patches
Plain Diff
JupyterLab specs in repo2docker format
parent
f6bad2a0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
binder/postBuild
+16
-0
16 additions, 0 deletions
binder/postBuild
binder/requirements.txt
+16
-0
16 additions, 0 deletions
binder/requirements.txt
binder/runtime.txt
+1
-0
1 addition, 0 deletions
binder/runtime.txt
with
33 additions
and
0 deletions
binder/postBuild
0 → 100755
+
16
−
0
View file @
5fa30316
#!/bin/bash
set
-e
jupyter labextension
install
nbdime-jupyterlab
--no-build
jupyter labextension
install
@ijmbarr/jupyterlab_spellchecker
--no-build
jupyter lab build
--dev-build
=
False
--minimize
=
False
-y
jupyter lab clean
-y
jupyter serverextension
enable
--py
nbdime
--sys-prefix
jupyter serverextension
enable
--py
jupyter_lsp
--sys-prefix
npm cache clean
--force
mkdir
-p
~/.jupyter/lab/user-settings/@jupyterlab/notebook-extension/
echo
'{"codeCellConfig": {"lineNumbers": true}, "recordTiming": true}'
>
~/.jupyter/lab/user-settings/@jupyterlab/notebook-extension/tracker.jupyterlab-settings
This diff is collapsed.
Click to expand it.
binder/requirements.txt
0 → 100644
+
16
−
0
View file @
5fa30316
jupyterlab
jupyterlab-code-formatter
jupyterlab-execute-time
jupyterlab-lsp
jupyterlab-topbar
jupyterlab-widgets
jupyter-offlinenotebook
matplotlib
nbdime
seaborn
scikit-learn
pandas
python-language-server
# pillow
# pydot
# python-graphviz
This diff is collapsed.
Click to expand it.
binder/runtime.txt
0 → 100644
+
1
−
0
View file @
5fa30316
python-3.9
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