-
Notifications
You must be signed in to change notification settings - Fork 181
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
Unclear how to obtain jupyter_client version number #117
Comments
Each Jupyter entrypoint does expose the version of the package providing it, but I don't think we should add new entrypoints whose sole purpose is to report version numbers. The package managers already provide the entrypoint for this. |
|
I see a few approaches: Have something in the Jupyter metapackage that list versions. And assume that people that do not install this meta-package know what they are doing. Have a thing that list version in jupyter_core. |
|
Well... I did not remember merging it, but indeed we do.. we need to document it more. |
On Fri, Jul 29, 2016 at 11:51 AM, Matthias Bussonnier <
|
|
I think that having a global @Carreau is meseeksbot able to transfer issues between repos in different orgs? Because this would seem to be most appropriate for jupyter/jupyter_core now that this is the agreed upon solution. |
|
Yes that's one of the feature. If it's enabled on 2 repositories, and you have admin permission on both you should be able to ask him to migrate. I agree (in principle) with @takluyver, in this case I think that practicality beats purity. We can also add a |
Maybe we could add a feature so you could do |
@Carreau I think MeseeksDev is not enabled on jupyter_client |
That will require solving a), b) and c), but I think that's reasonable. Can you give an example of edge cases that you think are going to be difficult to establish? At least at first, I was thinking that it would be good to have hard boundaries like "is it a package hosted on any of our official orgs?". So for example I'd think that'd be a subset of the packages living in the following orgs: That subset need not be (but probably should be) a proper subset of the packages on those repos. But if we make an assumption that we should include more rather than fewer things, just including everything from those orgs wouldn't be the worst first pass (& it would be greatly improved from a dump of everything from pip/conda). Also, it's worth noting that we kind of do this in an indirect way in the jupyter/help org: https://github.com/jupyter/help#reporting-a-bug-in-a-jupyter-project @takluyver What's the entrypoint pep? I'm intrigued! |
|
weird. Let me check, there is no error or refusal in the logs. |
I was not able to apply the following label(s): documentation |
Addressed by #136. |
This arose in jupyter/nbconvert#328
I eventually noticed that jupyter-client manages jupyter kernelspec so I thought
jupyter kernelspec --version
might work, and it returned the value I expected so I think that is one way to do it…is that right?but we might want to put in some kind of a command for either dumping a lot of the relevant jupyter version numbers all at once (for debugging and error locating purposes), or include a
jupyter client --version
even if all it exists to do is to provide the version number in a more straightforward fashion.Originally opened as jupyter/jupyter_client#178 by @mpacer, migration requested by @Carreau
The text was updated successfully, but these errors were encountered: