-
Notifications
You must be signed in to change notification settings - Fork 148
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
Update the recommended JupyterLab version #276
Conversation
sorry the version appears in so many places, looks like just readme and the 👍 to requiring lab 2.1, though! |
Would you think that converting the markdown cell in |
Yeah, we could parse I think we have some other examples of using |
I think I found an elegant solution: spatialaudio/nbsphinx#81 (comment) :) |
So this still WIP, but 43a08ce is POC that it works. Just need to bump the JupyterLab version in the npm package and decide where to put the version and markdown cell code (which currently is in the notebook, but it certainly should go somewhere). |
I added |
Now that all this (almost) works: I thought there were things (related to completion #239?) we definitely wanted from Lab 2.2.0... how might we validate that the features in question landed? |
This is a good question. I asked in the jupyterlab/jupyterlab#8080. There was also jupyterlab/jupyterlab#8375, none of which is in the final changelog. But then, the 2.2 release was a bit unusual... |
Thanks for the refs! Looks like both of them shipped: |
Hooray green CI! It seems like merging now, and doing the release dance, would make sense as 2.2.0 is not widely distributed. Then do the next release with the hard 2.2.0 dependency. |
Looks like it - thanks for checking! So my current plan is to:
Not sure where #288 would fit. |
I'm super excited that you are interested in #278: we've been demoing with it on https://github.com/deathbeds/_fam/tree/07-11-2020 and it's been working pretty well. I've also been tinkering with a JEP to formalize the schema it uses.
Let's not hold up anything for #288: it is, however, pretty important to some other stuff I'm working on (and getting paid for) so it will get finished, at some point. Presently, I'm still having issues getting it built on OSX, which is very hard to debug from a distance, but it won't actually have that big of an impact once it lands (would just be a small dot release of the server piece). Really getting it to work, though, will require a dedicated extension:
|
References
Follow-up after #275. Closes #289.
Code changes
versions.py
added to the root to ensure versions consistency across the repoUser-facing changes
None
Backwards-incompatible changes
None
Chores