-
-
Save tonyfast/1273be4669f0f3bdbbfd54b7e617ffb3 to your computer and use it in GitHub Desktop.
IFastAPI
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
name: ifastapi | |
channels: | |
- conda-forge | |
dependencies: | |
- fastapi >=0.52.0 | |
- importnb | |
- ipywidgets | |
- jsonref | |
- jupyter-server-proxy | |
- jupyterlab >=2,<2.1.0a0 | |
- msgpack-python | |
- nodejs | |
- pip | |
- python >=3.7,<3.8.0a0 | |
- python-dateutil | |
- pytz | |
- pyyaml | |
- simplejson | |
- six | |
- swagger-spec-validator >=2.0.1 | |
- uvicorn | |
- pip: | |
- aiobravado | |
- bravado-asyncio >=0.4.0,<1.1.0 |
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
@jupyter-widgets/jupyterlab-manager |
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
#!/usr/bin/env bash | |
set -eux | |
jupyter labextension install $(cat labex.txt) --no-build | |
jupyter labextension list | |
jupyter lab build --debug --dev-build=False --minimize=True | |
jupyter labextension list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment