TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Mljar Studio - create notebook with visual programming in Python

2 点作者 pplonski86超过 3 年前

1 comment

pplonski86超过 3 年前
With my wife, we are working on visual interface for creating Python scripts in the notebook. We created desktop application MLJAR Studio. In our app, user has a list of predefined steps. Each step has a graphical interface with a form that after filling generate the Python code. The Python code is the source of the truth.<p>Currently we have a few steps for training Machine Learning model on tabular data. Here you have few gifs with screenshots: <a href="https:&#x2F;&#x2F;mljar.com&#x2F;docs&#x2F;how-does-python-notebook-work&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mljar.com&#x2F;docs&#x2F;how-does-python-notebook-work&#x2F;</a> how it looks like, and example how to build ML model: <a href="https:&#x2F;&#x2F;mljar.com&#x2F;docs&#x2F;create-first-notebook&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mljar.com&#x2F;docs&#x2F;create-first-notebook&#x2F;</a> on tabular data. The created notebook is compatible with Jupiter notebook.<p>In the near future, we are planning to add notebook scheduling and more steps (probably with some dynamic manager for steps loading). We see MLJAR Studio as an alternative to visual programming environments which are node based. Because the Python code is the source of truth, it offers a great flexibility to define new steps or to add custom Python code.<p>The app is desktop based (it is using electron framework). It automatically installs Python 3.9 with miniconda and required packages. The installation is local, without change to the environment path. You can see installation instructions here: <a href="https:&#x2F;&#x2F;mljar.com&#x2F;docs&#x2F;install-notebook&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mljar.com&#x2F;docs&#x2F;install-notebook&#x2F;</a>. The application is only for Windows. If you are interested in MacOS or Linux versions, please fill the form <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;forms&#x2F;d&#x2F;e&#x2F;1FAIpQLSeB5-hA326sBg9fg-ppVeYXDYHbRWYoKO18p4MdnxFYknA7aw&#x2F;viewform" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;forms&#x2F;d&#x2F;e&#x2F;1FAIpQLSeB5-hA326sBg9fg-pp...</a> and we will notify you when ready.<p>If you would like to try the app (currently Windows only), it can be downloaded from GitHub release page: <a href="https:&#x2F;&#x2F;github.com&#x2F;mljar&#x2F;studio&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mljar&#x2F;studio&#x2F;releases</a>