-
Notifications
You must be signed in to change notification settings - Fork 43
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
is the install.py script still relevant given data_files support in setup.py
?
#12
Comments
I agree @yifanwu as far as I can tell this no longer installs correctly. Am I missing something here, or are the Jupyter docs out of sync with the committed code and both out of sync with the demo repos? I've tried with v1.1, using Py 3.10.11 on macOS:
|
The echo kernel is using hatch to install the kernel, which works on PyPI and conda-forge. install.py is still there but could be removed, simplified, and absorbed into jupyter/echo_kernel@main/hatch_build.py. |
#17 is part of what we need, the other is jupyter/jupyter_client#1012 |
thank you for the help @blink1073 |
Hi there,
Thank you for creating this reference custom kernel!
Through some investigations, I thought that the recommended path is to use data_files support in
setup.py
, as opposed to manually moving files into theshare/jupyter/kernels/
directory. I also noticed that thekernel.json
pattern (mentioned in https://jupyter-client.readthedocs.io/en/stable/kernels.html) is not used here.Is this current repo not up to date with the most recent ipykernel developments, or did I mis-read some instructions?
Thanks so much for the help!
The text was updated successfully, but these errors were encountered: