-
Notifications
You must be signed in to change notification settings - Fork 8
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
doesn't work with wheels #15
Comments
Thanks @bollwyvl , I'll add a note to the README. I think you're right- that's the best we can do here. |
@bollwyvl do you know if there is an upstream proposal for a jupyter_static entrypoint in jupyter itself ? |
This is solved, for example, in the cookie cutter, with package_data and
friends:
https://github.com/vidartf/opinionated-widget-cookiecutter/blob/master/%7B%7Bcookiecutter.github_project_name%7D%7D/setup.py
…On Tue, Aug 7, 2018, 07:52 Stuart Axon ***@***.***> wrote:
@bollwyvl <https://github.com/bollwyvl> do you know if there is an
upstream proposal for a jupyter_static entrypoint in jupyter itself ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACxRAhPJ4MvTYSyncDiUODnxrn1vFm2ks5uOX9tgaJpZM4E5U_x>
.
|
It looks like WHL distribution is going to become the only way to do things going forward, along with no post-install hooks. The only solution I can think of is if jupyter-pip installs a binary "jupyter-pip" that uses Install would then end up being something like
|
So, I was wrong on the wheel-only front, source based distros will be supported into the future (this wasn't exactly clear to me when I wrote the original message). |
Installing a module distributed on pypi as a wheel, which i thought was The Right Way To Do Things These Days won't execute the command classes
jupyter-pip
provides... this SO sums the issue up, and there is no real alternative presented.For my little library, ipytangle, I've gone back to wheel-less distribution. Perhaps if we ever get a
jupyter_static
entry_point
, I can go back to them 😿.In the meantime, perhaps noting this on the
README
would help keep more hair on heads... which is the whole goal of this, right?The text was updated successfully, but these errors were encountered: