cuebook / cuelake

Use SQL to build ELT pipelines on a data lakehouse.
https://cuelake.cuebook.ai
Apache License 2.0
283 stars 28 forks source link

Support for Jupyter Notebook #53

Open venkatvghub opened 2 years ago

venkatvghub commented 2 years ago

Is your feature request related to a problem? Please describe. Your current system supports zeplin notebooks. We have a lot of notebooks designed with jupyter. And we have tons of tooling around the same. Its a tremendous effort to shift these. Requesting support for jupyter notebooks besides zepplyn.

Describe the solution you'd like Ability to run jupyter notebooks

Describe alternatives you've considered Tools for convert from jupyter to zepplyn. But thats a lot of work internally

vikrantcue commented 2 years ago

Hi @venkatvghub,

Unfortunately, we don't have a plan to support Jupyter notebooks in near future. We have chosen zeppelin because of its good integration with Spark.

Zeppelin has a Jupyter interpreter already, but I am not sure if it can help your use case, please have a look at it here and see if it helps: https://zeppelin.apache.org/docs/0.9.0/interpreter/jupyter.html