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

Development on Zeppelin Notebook Kernel #1

Closed allen-li1231 closed 1 year ago

allen-li1231 commented 1 year ago

Progress on Notebook Kernel (a.k.a. vscode controller)

Completed basic functionality that receives necessary information from user, so extension can use the information to call Zeppelin REST API:

TODO: if a new Zeppelin note is created in local, the corresponding name and id should be synced with remote server, also need to provide a way for user to export Zeppelin note from remote server conveniently