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 extension to automatically install with pip #12

Open
lucharo opened this issue Mar 10, 2021 · 0 comments
Open

Jupyter extension to automatically install with pip #12

lucharo opened this issue Mar 10, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@lucharo
Copy link
Owner

lucharo commented Mar 10, 2021

As of right now the jupyter extension needs to be enabled manually after installing nb2medium via pip:

to install in current conda or virtuale environment:

jupyter nbextension install nb2medium --py --sys-prefix
jupyter nbextension enable nb2medium --py --sys-prefix

And it can be run without --sys-prefix to install system wide.

I know there are ways to have the extension installed, and enabled by default (as jupytext does) but I haven't figured it out.

@lucharo lucharo added enhancement New feature or request help wanted Extra attention is needed labels Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant