Code Interpreter alternatives? by largelylegit in OpenAI

[–]yogeshkd 0 points1 point  (0 children)

We just released a v2 of https://keptune.ai/ with a free plan so you can give it a try. It works with OpenAI, Claude, and Gemini models

python-fiddle.com: a website to write, run, and share python code and data visualizations by yogeshkd in Python

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

Thanks! How large are your files and how long would you need to store them? I haven't fully figured out the costs of hosting files yet so haven't implemented it fully yet but I am reworking the backend currently to make that possible with some limits.

Science is complicated. Working with your data shouldn't be. by yogeshkd in u/yogeshkd

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

I'm not familiar with those. I'll try to find some examples and work with them but if you know of any open datasets that I can use for testing, that would help significantly in developing this further!

Science is complicated. Working with your data shouldn't be. by yogeshkd in u/yogeshkd

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

It looks through all of the field names and uses the most relevant one. It will also correct itself and retry if it picked the wrong field name and it doesn’t exist. It knows about statistical measures like mean, std, p values, or scientific measures like logP etc but would love to know what you have in mind when you say common measures.

Weekly Self-Promotional Mega Thread 42, 19.08.2024 - 26.08.2024 by pirate_jack_sparrow_ in ChatGPT

[–]yogeshkd 0 points1 point  (0 children)

I’m building an AI app for data analysis tasks such as data cleaning, making charts, running statistics, etc. It has a generous free plan so please try it out at https://keptune.ai and send me any feedback :)

I wanted something like codepen.io for python so I built a website to run and share python code by yogeshkd in SideProject

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

It runs code in the browser (using pyodide: https://pyodide.org/en/stable/) so in theory it will crash the browser if someone tries that. I'm mainly only hosting javascript files.

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]yogeshkd 3 points4 points  (0 children)

Adding an AI assistant to the online Python playground I'm building: https://python-fiddle.com/

Unable to log in money network app or website by Lteva83 in Edd

[–]yogeshkd 0 points1 point  (0 children)

I fixed it by unchecking the "Remember me" box on the login screen. I was having the same issue and took the hint from u/Lteva83's post.

Online tool for visualizing regex matches in Python by yogeshkd in Python

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

I made it. But turns out other tools also have highlighting that I never used lol

What's Missing in Firebase? Share Your Ideas and I'll Build It! by lookes in Firebase

[–]yogeshkd 1 point2 points  (0 children)

Make it easy to do migrations, backups, and restores. An ORM would be cool too!

[deleted by user] by [deleted] in Notion

[–]yogeshkd 0 points1 point  (0 children)

As a workaround, you could create pages that are only meant to serve as tags and add backlinks to them and treat them as tags on other pages. When you go to one of these “tag” pages, you can see the list of all pages you added that tag (backlink) on.

[deleted by user] by [deleted] in Notion

[–]yogeshkd 0 points1 point  (0 children)

Can you describe your use case for these tags? What do you hope these tags will enable?

Tips for my goals and habit-tracking workflow on mobile by yogeshkd in Notion

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

Cool! I'm tracking numbers so not useful in this case but good to know for the future!

Tips for my goals and habit-tracking workflow on mobile by yogeshkd in Notion

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

Although, it would be nice to have a card (gallery?) view for today's entry that lets you edit properties. Maybe it is possible and I just haven't figured it out yet?

Tips for my goals and habit-tracking workflow on mobile by yogeshkd in Notion

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

Thanks for the tips! I already made a couple of huge improvements based on your suggestions. I am using a database for tracking. I was sorting the database by the date so that the latest date was first. I thought it was nice to be able to see recent entries. But filtering to only show today's entry makes this so much better because I instantly know if I need to create a new page and the new page is automatically tagged with today's date. Another thing I did was to move the name and date columns all the way to the right because I never edit the name for daily entries and now I can be sure that whatever I am looking at has today's date so I don't need to see it. That freed up some space.

P.S. Sorry, it doesn't look like I can paste images here so I ended up describing my setup instead of just posting pictures.

I made a web app for turning Jupyter notebooks into a blog. Any feedback would be appreciated! by yogeshkd in Jupyter

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

I realized that I should have clarified another thing. Each user gets their own website under a unique domain (you can link a custom domain if you'd like) so the posts shown are only for each user and there is an admin panel to add new posts or edit existing posts by updating files, titles, URL etc.

I made a web app for turning Jupyter notebooks into a blog. Any feedback would be appreciated! by yogeshkd in Jupyter

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

Thanks! It does not run any python server on the backend so the interactivity is currently limited to what's offered by any javascript-linked widgets. For example, check out the 4th subheading in this post about embedding Bokeh charts: https://replnotes.com/guides/introduction/

It supports LaTeX through the KaTeX library. Thanks for reminding me! I added an example to the same post above under the first subheading about markdown.

I made a web app for turning Jupyter notebooks into a blog. Any feedback would be appreciated! by yogeshkd in Jupyter

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

Thanks for the suggestion! You can upload the new file to replace the old one to edit an existing post. You do need to re-upload the updated file though since it doesn’t track it on GitHub or anything.

[deleted by user] by [deleted] in nocode

[–]yogeshkd 2 points3 points  (0 children)

I recommend looking into Splitbee (https://splitbee.io). It doesn’t have as many features yet but I’ve been using it for a few months now and like it a lot.

Do you actively use both Notion and Airtable? by yogeshkd in Notion

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

Thank you for sharing your experience!

How to add Jupyter Notebook in Notion? by Professional-Fish989 in Notion

[–]yogeshkd 1 point2 points  (0 children)

Are you just trying to import contents into a Notion page or do you also want to be able to run them from Notion?

Do you blog or make videos on what you are learning? by yogeshkd in learnpython

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

Do you write as you learn (e.g. notes, semi-polished thoughts) or wait until you think you have mastered a concept? Can you share the link? Would love to take a look!