Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Romain Casati
Basthon-JupyterLab
Commits
b6ab8070
Commit
b6ab8070
authored
Apr 26, 2021
by
Nicholas Bollweg
Browse files
Merge remote-tracking branch 'origin/add-docs-build' into add-docs-build
parents
4c8a08f2
26e30cae
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b6ab8070
# JupyterLite
[
![ci-badge]
][
ci
]
[
![binder-badge]
][
binder
]
[
![ci-badge]
][
ci
]
[
![binder-badge]
][
binder
]
[
![docs-badge]
][
docs
]
[
ci-badge
]:
https://github.com/jtpio/jupyterlite/workflows/Build/badge.svg
[
ci
]:
https://github.com/jtpio/jupyterlite/actions?query=branch%3Amain
[
binder-badge
]:
https://mybinder.org/badge_logo.svg
[
binder
]:
https://mybinder.org/v2/gh/jtpio/jupyterlite/main?urlpath=lab
[
docs-badge
]:
https://readthedocs.org/projects/jupyterlite/badge/?version=latest
[
docs
]:
https://jupyterlite.readthedocs.io/en/latest/?badge=latest
JupyterLite is a JupyterLab distribution that
**runs entirely in the browser**
built
from the ground-up using JupyterLab components and plugins.
...
...
dodo.py
View file @
b6ab8070
import
os
import
doit
import
json
import
tempfile
import
tarfile
import
shutil
import
os
from
pathlib
import
Path
import
doit
def
task_env
():
"""keep environments in sync"""
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment