-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add files for JupyterLite * Update jupyterlite_contents * use rtd jobs * update author * try without explicit config * add piplite-urls * update config * try with the ipywidgets wheel * install ipylab in notebooks * update README.md * lint
- Loading branch information
Showing
21 changed files
with
104 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
node_modules | ||
dist | ||
docs | ||
coverage | ||
**/*.d.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ node_modules | |
**/lib | ||
**/package.json | ||
ipylab/labextension | ||
docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
extensions = ["myst_parser", "jupyterlite_sphinx"] | ||
|
||
jupyterlite_config = "jupyter_lite_config.json" | ||
jupyterlite_dir = "." | ||
jupyterlite_contents = "../examples" | ||
|
||
master_doc = "index" | ||
source_suffix = ".md" | ||
|
||
# General information about the project. | ||
project = "ipylab" | ||
author = "ipylab contributors" | ||
|
||
exclude_patterns = [] | ||
highlight_language = "python" | ||
pygments_style = "sphinx" | ||
|
||
html_theme = "pydata_sphinx_theme" | ||
html_static_path = ["_static"] | ||
|
||
html_css_files = ["custom.css"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
|
||
name: ipylab_docs | ||
name: ipylab-lite | ||
channels: | ||
- conda-forge | ||
- conda-forge | ||
dependencies: | ||
- python=3.9 | ||
- nodejs | ||
- numpy | ||
- sphinx | ||
- nbsphinx | ||
- jupyter_sphinx | ||
- build | ||
- python=3.11 | ||
- mamba | ||
- pydata-sphinx-theme | ||
- myst-parser | ||
- ipywidgets>=8.0,<9 | ||
- jupyterlab>=3.5.0,<4 | ||
- nodejs=18 | ||
- pip: | ||
- jupyterlite-sphinx | ||
- jupyterlite-core==0.1.0b22 | ||
- jupyterlite-pyodide-kernel==0.0.5 | ||
- .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
```{include} ../README.md | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"PipliteAddon": { | ||
"piplite_urls": [ | ||
"../dist", | ||
"https://files.pythonhosted.org/packages/py3/i/ipywidgets/ipywidgets-8.0.4-py3-none-any.whl" | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.