You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: Why is 'jupyter labextension build' putting the files under
# static/lab/static instead of static/lab ?
The static assets are in the static subdirectory so the top directory can have other files, such as the install.json file for uninstall instructions, etc.
In your code, you have
jupyter-offlinenotebook/setup.py
Lines 61 to 62 in 24c3429
The static assets are in the
static
subdirectory so the top directory can have other files, such as the install.json file for uninstall instructions, etc.You could probably replace the lines
jupyter-offlinenotebook/setup.py
Lines 63 to 68 in 24c3429
**
like the cookiecutter: https://github.com/jupyterlab/extension-cookiecutter-ts/blob/master/%7B%7Bcookiecutter.python_name%7D%7D/setup.py#L38-L39The text was updated successfully, but these errors were encountered: