We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of right now the jupyter extension needs to be enabled manually after installing nb2medium via pip:
nb2medium
pip
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.
--sys-prefix
I know there are ways to have the extension installed, and enabled by default (as jupytext does) but I haven't figured it out.
jupytext
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of right now the jupyter extension needs to be enabled manually after installing
nb2medium
viapip
: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.The text was updated successfully, but these errors were encountered: