Since you are mentioning both Jupyter and an IDE in your post it’s not completely clear to me what kind of tool you are looking for. As you might know, Jupyter is a tool to work with interactive computational notebooks, which is great for exploratory/interactive analysis and presentation of results, but it is not supposed (to the best of my knowledge) to act as an IDE.
Could you clarify whether you are looking for a different interactive computational notebook tool or are you looking for a Julia IDE like environment?
EDIT:
From reading your post again I think you are looking for a notebook like replacement for Jupyter.
I don’t have any feedback on the tools you mentioned, but one tool you can try which is definitely suitable for power users is using Emacs org-mode + emacs-jupyter. As the name suggests this still relies on a Jupyter server but allows you to interact with it via a different frontend (Emacs) so you don’t need the browser.
I set it up and used it a bit and it works very nicely, but at the moment I am still using Jupyter lab for my interactive analysis needs and emacs for developing more serious code. Probably by force of habit.