Edward Sun
Edward Sun
Update: ---- Nevermind, figured out how to impl a custom engine with nbclient exposed. Thanks. > We could probably work in a way for papermill to expose this up as...
+1 This feature enhancement will be very helpful if notebook is in cloud environment where the sparkmagic conf file cannot be generated in advance. Hopefully the team can consider above...
Sure thing. I will do the quick test on the suggested fix on my end.
Hi Brian, Some updates: ---- Line 241 and 244 are calling _override_session_settings() to override session related setting(pls. see the method definition below). The endpoint info are saved in credential element...
When use the kernel gateway the upload widget cannot work properly. I would like to add more details for reproducing this issue. ### set up env ``` conda create --name...
Thanks Piyush for helping move this forward and providing following suggestions. ``` I brought this up in the Jupyter server meeting today. Here is some more info to investigate this....
Hi @ibdafna, Happy new year. I am trying to circle back and see if there is any progress. Thanks
Add more details. According to SparkMagic owner, seems this is caused by the asynchronous nature of the execute method in the SQLQuery class. There is some troubleshooting ongoing. FYI https://github.com/jupyter-incubator/sparkmagic/issues/833#issuecomment-1710559834
Thanks Dosu for the quick reply. I actually tried to troubleshoot by adding [more log in command.py](https://github.com/jupyter-incubator/sparkmagic/blob/master/sparkmagic/sparkmagic/livyclientlib/command.py#L123). Ideally each retry, there will be one line added into the notebook cell...
Awesome! Thanks a lot. I will give it a try and see if it could fix the issue.