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…
Show HN: A modern Jupyter client for macOS
121–130 of 192 posts
Re: Show HN: A modern Jupyter client for macOS
#122[flagged]
Re: Show HN: A modern Jupyter client for macOS
#123I just want a Python version of rstudio- I bet they probably support Python by now
Re: Show HN: A modern Jupyter client for macOS
#124This sort of high performance minimalism is precisely what makes the Mac app ecosystem great. Not because you can't write the same thing on other platforms, but because everyone who cares about it has condensed on the Mac platform. Would love to see this adopt the document-based app API and the toolbar API.
> This sort of high performance minimalism is precisely what makes the Mac app ecosystem great. Not because you can't write the same thing on other platforms, but because everyone who cares about it has condensed on the Mac platform. Meh. Most apps like this are built for the Mac because a lot of programmers use Macs. If anything, Apple makes it difficult to develop for macOS because they keep breaking APIs with each…
People with Macs have money, and are willing to use it to pay for software.
Not that deep.
Re: Show HN: A modern Jupyter client for macOS
#125Anyone else live in a Jupyter QtConsole?
Re: Show HN: A modern Jupyter client for macOS
#126Can I use it to connect to a remote Jupyter notebook server?
Re: Show HN: A modern Jupyter client for macOS
#127This sort of high performance minimalism is precisely what makes the Mac app ecosystem great. Not because you can't write the same thing on other platforms, but because everyone who cares about it has condensed on the Mac platform. Would love to see this adopt the document-based app API and the toolbar API.
> This sort of high performance minimalism is precisely what makes the Mac app ecosystem great. Not because you can't write the same thing on other platforms, but because everyone who cares about it has condensed on the Mac platform. Meh. Most apps like this are built for the Mac because a lot of programmers use Macs. If anything, Apple makes it difficult to develop for macOS because they keep breaking APIs with each…
Like what
Re: Show HN: A modern Jupyter client for macOS
#128Is there something like Jupyter for Javascript/Typescript, ideally self hosted? At the moment I just do data science using one off scripts in NodeJS but seeing these notebook style formats recently where different chunks of code appear to be snapshotted and then visualisations can be easily integrated looks quite nice.
Re: Show HN: A modern Jupyter client for macOS
#129Earlier quoted context omitted.
> This sort of high performance minimalism is precisely what makes the Mac app ecosystem great. Not because you can't write the same thing on other platforms, but because everyone who cares about it has condensed on the Mac platform. Meh. Most apps like this are built for the Mac because a lot of programmers use Macs. If anything, Apple makes it difficult to develop for macOS because they keep breaking APIs with each…
> Apple makes it difficult to develop for macOS because they keep breaking APIs with each update. Like what
Here are some recent things that required code changes from developers:
- disabling user interaction when trying to request items from the keychain
- views no longer clipping to bounds by default
- installing login items and background services
The latter two were understandable, because they were caused by new features, but some are just caused by a lack of testing.
It's not a big deal, and I'm sure Electron apps have similar issues, but app developers do have to put in some work to make sure their apps keep working properly on macOS.
Re: Show HN: A modern Jupyter client for macOS
#130Earlier quoted context omitted.
> This sort of high performance minimalism is precisely what makes the Mac app ecosystem great. Not because you can't write the same thing on other platforms, but because everyone who cares about it has condensed on the Mac platform. Meh. Most apps like this are built for the Mac because a lot of programmers use Macs. If anything, Apple makes it difficult to develop for macOS because they keep breaking APIs with each…
> Apple makes it difficult to develop for macOS because they keep breaking APIs with each update. Like what