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

Separate notebook embedding into separate feature #12

Open
slyons opened this issue Aug 2, 2021 · 1 comment
Open

Separate notebook embedding into separate feature #12

slyons opened this issue Aug 2, 2021 · 1 comment

Comments

@slyons
Copy link

slyons commented Aug 2, 2021

Right now the plugin as-is pulls in a lot of dependencies that may not be necessary. I want to use include_code for example, but I don't need anything from ipython or Jupyter.

Would it be possible to make it an optional feature ala this SO post?

@avaris
Copy link

avaris commented Aug 12, 2021

For the record, pip install has this option:

  --no-deps                   Don't install package dependencies.

You can pick and choose your dependencies afterwards.

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