Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyter-config/jupyter_notebook_config.d is not included in editable installs #50

Closed
mpacer opened this issue Jan 31, 2018 · 1 comment

Comments

@mpacer
Copy link
Member

mpacer commented Jan 31, 2018

If you run pip install -e . it will not place jupyter-config/jupyter_notebook_config.d in any directory… furthermore it will overwrite any config that has been placed there.

For now, if you want to work on an editable install you still need to run

jupyter serverextension enable --sys-prefix jupyterlab_latex
@bollwyvl
Copy link
Contributor

Deploying data_files in an editable install isn't supported via setup.py develop or pip install -e or any known functional replacement from poetry, flit, etc. at this time. and is not specific to this package... jupyter-server/jupyter_server#351

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants