Earlier quoted context omitted.
Did you read the post at all? "Full disclosure: it's built with Electron. I originally wrote it in Swift but couldn't get the editor experience to where I wanted it. Now it supports autocomplete, multi-cursor editing, and moving the cursor between cells just like you'd expect from JupyterLab or VS Code" It's not a native Mac app, it's a standard electron app.
And yet, the Satyrn author created sth that is more minimal and elegant than the options that existed before. And despite being in Electron and therefore not at all Mac specific, the target audience will almost exclusively run a Mac. Not because you need a Mac to run it, but because the kind of person who cares about such detail will have chosen an OS that cares a lot about details.
Show HN: A modern Jupyter client for macOS
151–160 of 192 posts
Re: Show HN: A modern Jupyter client for macOS
#152Re: Show HN: A modern Jupyter client for macOS
#153How does this compare to the “official” Jupyter desktop app: https://github.com/jupyterlab/jupyterlab-desktop
Re: Show HN: A modern Jupyter client for macOS
#154Will your tool allow custom key bindings?
Re: Show HN: A modern Jupyter client for macOS
#155My biggest issue with Jupyter is the key bindings, I want to be able to import my Jetbrains keybindings to Jupyter notebooks but havent found a good way. The Jupyter implementation in Pycharm is just terrible so still stuck using jupyter in the browser. Will your tool allow custom key bindings?
Re: Show HN: A modern Jupyter client for macOS
#156Re: Show HN: A modern Jupyter client for macOS
#157Re: Show HN: A modern Jupyter client for macOS
#158To be frank, I don't see any additional features of the app over VSCode, other than it starts up faster, which does not matter much as VSCode starts up faster than the import cell of any notebooks I have. Also, one big reason I use VSCode for notebook is to get the Python LSP. Good luck to you though, I do think the demographics of scientists who find VSCode confusing is actually sizeable.
Re: Show HN: A modern Jupyter client for macOS
#159Does it work with Sagemath?
Is this it? https://www.sagemath.org/ This looks like a programming language built on top of Python. Satyrn only supports the Python programming language right now. If you are using this on the regular, I'm curious if you have tried Julia or Mathematica, if so why do you use Sagemath over those alternatives?
Sagemath has pure math stuff. Julia does not. Sagemath can do lots of cool symbolic calculations like rings, quotient rings, algebraic curves, etc. Mathematica has some of this functionality but it's not free.
Re: Show HN: A modern Jupyter client for macOS
#160Earlier quoted context omitted.
FWIW I've had good experiences with Tauri so far. It's great being able to call back easily into Rust code and I haven't had any real issues with the wrapped web view. At this point I'd start with Tauri first and only switch to Electron only if I really need something only Chrome supports or if I need to support Linux. I guess the webview story there is not so good.
Tauri supports linux.