-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Get this to work in a jupyterlab context? #270
Comments
That's correct! I have been talking with Steve about this in the last Jupyter Dev Meeting at Berkeley. I just need to find some time (and/or help!) to start working on that jupyterlab extension. |
Need to get my own head around how the extension system works .. and if/when I do, I can try to chip in in whatever way I can. |
@Analect, that would be great! Thanks in advance! |
@Analect, you will find this exiting, I guess... just a few steps, but seems to be possible: https://twitter.com/damian_avila/status/876567606274215937 |
@damianavila ... that looks promising. Thanks for your efforts. |
Hello. If you need help on this support, I'll be glad to help ! Jupyterlab is so nice :) |
Last weekend I was working a little bit on it. Will try to come up with something sharable in the next few weeks. And I will ping you for help 😉 |
Hello there I would volunteer to contribute on this topic; however I am having a hard time trying to assess the main challenges. Does anybody know of some quick intro / guide on the major changes that must be expected by people like us who just want to port an extension from the classic notebook to jupyterlab ? in other words, where should I start on this one ? |
@parmentelat, I am on vacation for two weeks and without a laptop (otherwise it would not be a vacation ;-) but as soon as I come back I can push what I have written so far and we can work together on that branch. In the meantime I would suggest you to examine other JupyterLab extensions and the XKCD extension tutorial at the JupyterLab documentation. |
fine, enjoy your connection-free time :) |
Je, I should try to get the phone off as well, but I couldn't resist the tentation to give you some feedback ;-) |
Commenting so that I get thread updates, because I too am interested in getting this working quickly and may be able to help. |
And hey, it looks like I have a whole fifty minutes longer than Damian does to get RISE in JupyterLab working for JupyterCon! Congrats on your presentation acceptance, Damian! |
For others reading this thread, @athornton is talking about this 😉 : https://conferences.oreilly.com/jupyter/jup-ny/public/schedule/detail/68318 |
@damianavila can you push what you've got so I and @parmentelat can start kicking it around? |
Sure!! I will update to latest jupyterlab today and push what I have. |
I did not forget about this folks... just a lot of things going on... will try to push the content ASAP (I don't want to push something too broken, this is why I need some time to test what I have with the latest jupyerlab). |
@parmentelat @athornton and everyone else that want to cooperate, you will find here: some content to start playing with... Again, I am sorry for the delay into pushing it and thanks in advance for any help on this one. |
I'm a little confused. If I'm supposed to run |
@athornton, did you see the README at the PR? https://github.com/damianavila/RISE/pull/381/files#diff-c52d9a0449a48baaa8e7aa1affb9d7e8 Following those instructions from the |
Installing a development version worked; I end up rebuilding things an extra time, but that's OK. At least, works to the degree that the button shows up and when I click it I get what looks like Reveal output in the console. Thanks! |
I tried to build the extension according to the README in the jupyterlab_extension branch. It does not appear to work. If I run the View->Presentation Mode the font size of the cells marked as "slide" becomes bigger, but nothing else changes. Maybe the extension API changed? |
How to try? I tried this:
but still cannot get "presentation button" (left on save button). What can be wrong?
|
@damianavila I tried to follow your setup instructions. I guess the normal npm package is not available, but I also cannot get it running in development mode.
Do I have to pin some jupyterlab version? |
Willing to donate for this. Can not give much, but maybe we can get some momentum from the community. Anybody else chipping in? |
Folks, I am working on setting up something around RISE funding. |
Awesome! |
https://gitcoin.co/ and https://www.bountysource.com/ are also ways for people to sponsor open source development. |
For those of you asking how to support RISE development, I will publish a post on Monday about it. In the meantime... I resurrected the old PR... and the early prototype from 2 years ago now works with Jupyter Lab 2.0.1 😉 A little video here: https://youtu.be/6zYzJ5Tspyg |
Nice work @damianavila!! |
Great! |
Looking forward for this! |
Me too! @damianavila did you already do the blog post? |
Folks, I was a little hesitant to publish the blog post because all the COVID-19 situation, but people keep pinging me about it, so I just published the blog post about supporting RISE development and evolution: https://damianavila.github.io/blog/posts/supporting-rise.html Additionally, I added a support page in the RISE docs: https://rise.readthedocs.io/en/stable/support.html Now let's back to work 😉. |
Might get more engagement with GitHub Sponsors:
|
I tried with Github sponsors but there were problems. |
Hi @damianavila, is there any update on Jupyter Lab support? |
Making slow progress as time permits, also checking for some upcoming changes in the jupyterlab extension machinery (module federation). |
@damianavila any news on Jupyter Lab support? |
Up |
Is this the branch that a PR
JupyterLab 3.0 has new, better extension support that doesn't require rebuilding the JS:
What are the remaining tasks?
|
Working on this again in the next few days. |
how is the progress? |
Any update on this topic meanwhile? What‘s the current progress? I really love your extension! |
I am going to spend some new cycles in the next few days/weeks. |
Is there any news for this task? I didn't know about this problem on jupyterlab. I realized it after rise installation. |
Current progress is at #605 |
Can this be closed as there is https://github.com/jupyterlab-contrib/rise which supports JupyterLab 3 and even 4? |
This is great news, thanks @jhgoebbert, just started to test, looks promising! |
Per @jhgoebbert suggestion here, closing this out. |
I was wondering what might be required to get this working with notebook in a jupyterlab context. Is it likely to need a dedicated jupyterlab extension ... which would add a menu-item / button ... and perhaps perform some other hidden magic.
Thanks.
The text was updated successfully, but these errors were encountered: