Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Forked from tonyfast/requirements-df.ipynb
Last active December 26, 2020 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollwyvl/49908a428b4fee21bcf591bc86aa81a1 to your computer and use it in GitHub Desktop.
Save bollwyvl/49908a428b4fee21bcf591bc86aa81a1 to your computer and use it in GitHub Desktop.
.ipynb_checkpoints
__pycache__
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.
name: reqs
channels:
- conda-forge
- nodefaults
dependencies:
- importlib_metadata
- importnb
- ipyelk
- ipywidgets
- jupyterlab =1
- nodejs >=14,<15
- nomkl
- packaging
- pandas
- python >=3.8,<3.9
- toolz
@jupyrdf/jupyter-elk
@jupyter-widgets/jupyterlab-manager
#!/usr/bin/env bash
set -eux
jupyter labextension install --debug --no-build $(cat labex.txt)
jupyter labextension list
jupyter lab build --debug --dev-build=False --minimize=False
jupyter labextension list
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment