TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: New desktop app for Python notebooks, for beginners in data science

3 pointsby pplonski863 months ago
I would like to share with you a project that I was working for a while. It is a desktop application for creating Python notebooks. It is called MLJAR Studio.<p>What is unique about it:<p>- it offers one-click Python installation on the first run, so you don&#x27;t have to worry about your environment.<p>- Variable Inspector: easily inspect and view variables in your code - great for learning.<p>- Package Manager: manage your Python packages with GUI, making it simple to install and update libraries.<p>- Interactive Code Recipes: A collection of interactive code recipes that provide a GUI to help you create and run code. I created GUI for Pandas, scikit-learn, LightGBM, MLJAR AutoML, OpenAI api, Ollama api.<p>- AI Assistant powered by GPT-4 to assist with coding, debugging, and answering your programming questions.<p>It was designed to make the flow of creating Python notebook very easy. You can use GUI or AI assistant to create code snippets. The approach with interactive code recipes might be a good alternative for drag-and-drop interface of data science platforms.<p>Code for app is available at <a href="https:&#x2F;&#x2F;github.com&#x2F;mljar&#x2F;studio">https:&#x2F;&#x2F;github.com&#x2F;mljar&#x2F;studio</a><p>You can download app binary at <a href="https:&#x2F;&#x2F;platform.mljar.com" rel="nofollow">https:&#x2F;&#x2F;platform.mljar.com</a><p>Documentation <a href="https:&#x2F;&#x2F;mljar.com&#x2F;docs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mljar.com&#x2F;docs&#x2F;</a><p>I&#x27;d love to hear feedback from you. Thank you :)

no comments

no comments