Anyone else live in a Jupyter QtConsole?
Show HN: A modern Jupyter client for macOS
71–80 of 192 posts
Re: Show HN: A modern Jupyter client for macOS
#72Re: Show HN: A modern Jupyter client for macOS
#73Can someone explain their views on Jupyter notebooks? As far as I can tell, the instructor/content creators will set up the "notebook" and students can read the notes and click on the "play" button to see it work in action. Is there anything else besides that? I guess I'm old school and am used to cutting and pasting and running things in my own terminal, so I'm wondering if there are added benefits that I'm not awar…
As a consequence of it, it makes easier to write bad code. I care about code quality, but I must admit that sometimes I needed to stop and refactor my jupyter notebooks.
It's a nice tool, but it doesn't replace writing a .py
Re: Show HN: A modern Jupyter client for macOS
#74Re: Show HN: A modern Jupyter client for macOS
#75Anyone else live in a Jupyter QtConsole?
JupyterLab still has its uses, but it's just too heavyweight for the "calculator replacement" role IMO. QtConsole is perfect. Or at least, it is with a bit of additional startup code.
Re: Show HN: A modern Jupyter client for macOS
#76This 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.
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.
Re: Show HN: A modern Jupyter client for macOS
#77Re: Show HN: A modern Jupyter client for macOS
#78Why “modern”? I suggest you use more descriptive adjectives.
Re: Show HN: A modern Jupyter client for macOS
#79Is 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
#80The interface is sleek, the language server and debugger are built in (so completions, variable renaming, step-by-step debugging etc. all work seamlessly) and it makes Jupyter a pleasure to use.