Can I use it to connect to a remote Jupyter notebook server?
Not yet! But I'm working on this :)
Show HN: A modern Jupyter client for macOS
111–120 of 192 posts
Re: Show HN: A modern Jupyter client for macOS
#112Re: Show HN: A modern Jupyter client for macOS
#113Re: Show HN: A modern Jupyter client for macOS
#114Re: Show HN: A modern Jupyter client for macOS
#115For 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…
Re: Show HN: A modern Jupyter client for macOS
#116Congrats! 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.
Re: Show HN: A modern Jupyter client for macOS
#117For 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
#118Re: Show HN: A modern Jupyter client for macOS
#119For 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…
Re: Show HN: A modern Jupyter client for macOS
#120I just want a Python version of rstudio- I bet they probably support Python by now