allen-li1231 / zeppelin-vscode

Apache Zeppelin Extension for VS Code
https://marketplace.visualstudio.com/items?itemName=AllenLi1231.zeppelin-vscode
MIT License
12 stars 1 forks source link

When opening notebook (.zpln file) in VS Code it is read only #2

Closed smitty-codes closed 11 months ago

smitty-codes commented 1 year ago

@allen-li1231 Thanks for making this extension. I have followed the instructions you have in the VS Code extensions page but when I export an existing notebook out to a .zpln file and then open it within VSCode, it keeps marking it as read-only. Is this expected or maybe my setup is not configured correctly? I seem to have gotten it connected to my spark cluster also and everything works in regular Zeppelin web app just not the extension.

What I'm really after is VSCode's intellisense capabilities so I thought I'd install your extension, pull in the notebook file and then take advantage of Metals Scala extension to get intellisense/autocomplete on the scala code in the notebook. This is because the intellisense in vanilla Zeppelin web app leaves alot to be desired. Maybe this idea won't work?

My setup is as follows:

thanks

image
allen-li1231 commented 1 year ago

Hi Smitty, To answer your questions:

I have just uploaded the newer extension version v0.1.7, the previous version wasn't able to emit network error messages so it was hard to determine your problem. Please install the new extension then try opening the same notebook to see if there is any error message pops up.

allen-li1231 commented 11 months ago

@smitty-codes Let me know if you have any further problems, or this issue will be closed in 5 days.

allen-li1231 commented 10 months ago

Hi @smitty-codes , in the new version (0.2.1) the logic of locking zpln file has been removed, as I believe lots of people are also perplexing if it is expected. Let me know if you have encountered any further problem, thanks.