Skip to content

jupyter-fileid script needs click #54

Description

@frenzymadness

Description

I've installed jupyter-server-fileid from PyPI and it created an executable file bin/jupyter-fileid. Unfortunately, the script does not work because click is not installed by default.

Reproduce

  1. run pip install jupyter-server-fileid
  2. run bin/jupyter-fileid

Expected behavior

I can imagine two possible solutions:

  1. Add click to the standard dependencies. I've calculated the size of a virtualenv where I installed only jupyter-server-fileid and all its dependencies and it has 66 MB. Adding click there adds only one more MB which is not that big difference.
  2. Make it more user-friendly for users. Add try/except to the script and an error message saying that you should install jupyter-server-fileid[cli] or click directly to make it work.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions