Live data from Hacker News

Show HN: A modern Jupyter client for macOS

satyrn.app

111–120 of 192 posts

Re: Show HN: A modern Jupyter client for macOS

#115

For vim users, jupyter-vim [0] coupled with a jupyter QtConsole is hard to beat. The short video [1] is maybe self-explanatory, but in short: - vim on the left half of the screen, a jupyter QtConsole on the right, showing any plots, possibly interactive. - the kernel on the jupyter QtConsole can be running on a powerful remote host, e.g., with GPU, but the plots are displayed locally - Focused window is always vim. F…

Or you could use emacs and have the images displayed inline.

Re: Show HN: A modern Jupyter client for macOS

#116
post #74

Congrats! Sorry if you shared here below and I missed it, but I'd love to hear what exactly didn't work out with a pure Swift approach. I'm trying that route for a SQL client based on duckdb (as a side project) and would be very helpful to avoid similar pitfalls for example.

Awesome! I did some explaining in this comment here: https://news.ycombinator.com/item?id=40899748 Good luck with your project. Let me know if you'd like any tips on the code editor stuff or anything else I can help with.

Great, many thanks! And yes, I hope to have something to share in some ~12 months time. The goal ie to be essentially an SQL client that (a) benefits from ducker's excellent performance and flexible SQL language, and (b) has data-science-helpful features, like the ability to filter or reorder columns with the mouse (or keyboard) afeter the data is queries.

Re: Show HN: A modern Jupyter client for macOS

#117

For vim users, jupyter-vim [0] coupled with a jupyter QtConsole is hard to beat. The short video [1] is maybe self-explanatory, but in short: - vim on the left half of the screen, a jupyter QtConsole on the right, showing any plots, possibly interactive. - the kernel on the jupyter QtConsole can be running on a powerful remote host, e.g., with GPU, but the plots are displayed locally - Focused window is always vim. F…

Or you could use emacs and have the images displayed inline.

...and you just triggered a holy war :)

Re: Show HN: A modern Jupyter client for macOS

#119

For vim users, jupyter-vim [0] coupled with a jupyter QtConsole is hard to beat. The short video [1] is maybe self-explanatory, but in short: - vim on the left half of the screen, a jupyter QtConsole on the right, showing any plots, possibly interactive. - the kernel on the jupyter QtConsole can be running on a powerful remote host, e.g., with GPU, but the plots are displayed locally - Focused window is always vim. F…

The ability to send code to a Jupyter kernel is pretty sweet. I made a python script that starts a kernel in the background that you can pipe commands to/from in your shell, or even open a QtConsole with the current state.

https://github.com/digitalsignalperson/comma-python

Post reply on HN