-
Notifications
You must be signed in to change notification settings - Fork 447
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
[BUG] launcher issue using jupyterlab 3.6.3 / sparkmagic 0.21.0 #866
Comments
🤖 Thank you for providing detailed information about the issue you're experiencing. To better understand the problem, could you please provide the following additional details:
These details will help us to better understand the issue and find a solution. This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Hey @achovelon thanks for making an issue! In the screenshots, it shows you have a PySpark kernel, which means your shouldn't need those line magics in the first celll
Can you try it without them and see if everything looks good? Note: Dosu (the bot) can't read screenshots so ignore it |
Hello, My point is that after I loaded sparkmagic, when I use This does not affect our work with Jupyter and Sparkmagic but I wanted to report the display problem. I suspect incompatible versions but I have done a lot of testing and I always come across duplicates displayed using the new version. If it's something you couldn't reproduce using jupyterhub 3.2.3 and sparkmagic 0.21.0 I will close the issue. Thanks for your time. |
@achovelon I see. Thank you for flagging. I'll see if we can reproduce and fix |
We've encountered similar issue with jupyterlab 4.2.0 / sparkmagic 0.21.0 |
Describe the bug
Since we migrated jupyter old-notebook version to jupyterlab 3.6.3, we have interface issue when launching sparkmagic. It's working fine and we can create spark session, but we have displayed 2 launchers.
I suspect a compatibility issue with other componant but I couldn't found which one. Is it something you have already experienced ?
To Reproduce
We launch sparkmagic using this command :
Expected behavior
On the old jupyter the display was fine :
And we were using sparkmagic 0.19.1 and jupyter notebook 6.4.6
Screenshots
Versions:
$ jupyter --version
Selected Jupyter core packages...
IPython : 8.13.2
ipykernel : 6.23.0
ipywidgets : 8.0.6
jupyter_client : 8.2.0
jupyter_core : 5.3.0
jupyter_server : 2.5.0
jupyterlab : 3.6.3
nbclient : 0.7.4
nbconvert : 7.4.0
nbformat : 5.8.0
notebook : 6.5.4
qtconsole : 5.5.1
traitlets : 5.9.0
The text was updated successfully, but these errors were encountered: