You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not clear how to run this inside jupyterlab 3 or 4 and actually get %%sparksql magic to work? I have both jupyterlab 4.2.4 and 3.6.7 running, without errors in the output or the tmp log file, but it says cell magic not found when i try %%sparksql magic
The text was updated successfully, but these errors were encountered:
Current version works with JupyterLab 4. I just released slightly improved logging for loading errors. In general you need to have sql-language-server installed with npm -g (node 20 recommended), node available in your notebook kernel's path and for Python you need jupyterlab-lsp>=5.0.0 jupyter-lsp>=2.2.0 python-lsp-server[all].
I admittedly exclusively work on Linux but I'll give it a try on Windows and see how it goes. Your Jupyter logs have a good clue. I'll get back to you soon @Paradox137
I made some changes in version 1.4.5 which should make it possible to use on Windows now. Let me know if it works for you or if you run into other issues @Paradox137.
I am not clear how to run this inside jupyterlab 3 or 4 and actually get %%sparksql magic to work? I have both jupyterlab 4.2.4 and 3.6.7 running, without errors in the output or the tmp log file, but it says cell magic not found when i try %%sparksql magic
The text was updated successfully, but these errors were encountered: