Skip to content

Instantly share code, notes, and snippets.

@tonyfast
Forked from bollwyvl/IFastAPI.ipynb
Created April 21, 2020 22:55
Show Gist options
  • Save tonyfast/68eba65bb06ced87b56576c2f803363f to your computer and use it in GitHub Desktop.
Save tonyfast/68eba65bb06ced87b56576c2f803363f to your computer and use it in GitHub Desktop.
IFastAPI
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
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jupyter-widgets/jupyterlab-manager
#!/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