Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active April 21, 2020 22:55
Show Gist options
  • Save bollwyvl/715040d3cbbdb7d95d81be71a0ac980f to your computer and use it in GitHub Desktop.
Save bollwyvl/715040d3cbbdb7d95d81be71a0ac980f 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