Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PublicJB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Massimiliano Galli
PublicJB
Commits
4c6ba41e
Commit
4c6ba41e
authored
3 years ago
by
Massimiliano Galli
Browse files
Options
Downloads
Patches
Plain Diff
finalize reproducer
parent
25275330
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
.gitignore
+83
-0
83 additions, 0 deletions
.gitignore
book/_config.yml
+0
-1
0 additions, 1 deletion
book/_config.yml
environment.yml
+12
-0
12 additions, 0 deletions
environment.yml
with
95 additions
and
1 deletion
.gitignore
0 → 100644
+
83
−
0
View file @
4c6ba41e
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/
# vim
*.swp
*.swo
# .root files
*.root
# Notebooks
.ipynb_checkpoints/*
*/.ipynb_checkpoints/*
# Pickle files
*.pkl
# Dask
dask-worker-space
# Parquet
*.parquet
# Profiling
*.prof
*.lprof
*.svg
# VisualStudioCode
*.code-workspace
.vscode
# JB
book/_build/*
book/.ipynb_checkpoints/*
This diff is collapsed.
Click to expand it.
book/_config.yml
+
0
−
1
View file @
4c6ba41e
...
...
@@ -32,6 +32,5 @@ html:
launch_buttons
:
notebook_interface
:
jupyterlab
binderhub_url
:
"
https://binder.let.ethz.ch/"
thebe
:
true
use_show_widgets_button
:
true
colab_url
:
https://colab.research.google.com
This diff is collapsed.
Click to expand it.
environment.yml
0 → 100644
+
12
−
0
View file @
4c6ba41e
name
:
jb-example
channels
:
-
conda-forge
dependencies
:
-
numpy
-
jupyterlab
-
scipy
-
matplotlib
-
bokeh
-
jupyter-book
-
ghp-import
-
ipympl
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