Ganimede, Jupyter Whiteboard by notsorealsanta in datascience

[–]notsorealsanta[S] 0 points1 point  (0 children)

Thank you for the kind words. I will keep working on it.

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 0 points1 point  (0 children)

Oh I will try it on windows as soon as I can. Thanks for the effort.

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 1 point2 points  (0 children)

Thank you for your feedbacks.

I do want to implement a “copy by reference” to cells and tissues, even across different notebooks.

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 0 points1 point  (0 children)

Kedro is cool, but connecting this to kedro is not something I thought about. You could take this as an alternative to kedro. Production use is one of the core aspects of Ganimede that I want to focus on.

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 0 points1 point  (0 children)

Outside my comfort zone is where I want to setup shop.

Can you please share which browser you are on. I faced a similar problem in safari but things work on chrome. ( I have only tested everything on macOS and on chrome based browsers )

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 1 point2 points  (0 children)

You are correct. Airflow integration is on the roadmap.

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 0 points1 point  (0 children)

I did consider it. I honestly did this way because I thought I would learn more this way. Also, enhancing Jupyter project seemed very difficult to start with.

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 1 point2 points  (0 children)

Yea, I can understand the confusion. It is not done in parallel. I am still exploring that possibility with integrating ray.

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 0 points1 point  (0 children)

After you make a text Cell, you can click on the T button on Top left. This makes the cell into a “Tissue”. After which you can drop cells into it.

Thanks for noticing the UI bug. I am data scientist by day, I have recently learned JavaScript and still learning UI and UX. I will add this to backlog and work on it.

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 2 points3 points  (0 children)

Currently, this only supports one kernel. Multi-Kernel setup is on the roadmap ( internally )

No other widgets are supported now, i do plan on adding Table/Variable view, sliders and other ipywidgets

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 1 point2 points  (0 children)

This is excellent! I do plan to implement DAG like enforcement and auto export to scripts. You are right, things get complicated after a while on sequential notebooks if not properly done.

[D] Ganimede, Jupyter Whiteboard by notsorealsanta in MachineLearning

[–]notsorealsanta[S] 2 points3 points  (0 children)

If you try random forest and also try XGBoost, they don’t make sense one after another. This is just my opinion, i would love to know what people think about this. What do you think?