-
Notifications
You must be signed in to change notification settings - Fork 12
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-fileid script needs click #54
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hm, right now the CLI is mainly intended for developers, which is why we require the explicit #49 will add additional user-facing commands that warrant inclusion of |
Also sorry for the incredibly late response; despite being the creator of this repo, GH defaulted to not notifying me unless explicitly mentioned. I have changed my settings to allow me to be notified and respond more quickly. |
Then it makes sense. Thanks for the explanation. Do you want to keep this issue open for adding the better error message? |
Yup, I left this issue open intentionally. 😁 |
Well, the error message won't be needed if |
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
Expected behavior
I can imagine two possible solutions:
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.The text was updated successfully, but these errors were encountered: