Replies: 1 comment
-
After many checks, I think the most flexible environment is JupyterLab. It has already many extensions available. Everything can be improved/changed with extension. I've found a nice example of IDE on top of JupyterLab https://github.com/elyra-ai/elyra - it has many extensions (autocomplete, linting, git-integration, visual pipeline editor, scheduling, hybrid runtime, Python and R support). Looks very nice. It is a web-based IDE. There is also a possibility to create a desktop app from JupyterLab, https://github.com/jupyterlab/jupyterlab-desktop |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm pasting here some parts of my discussion with @abalter (cited text) about the new IDE for Data Science.
I've read about Theia. The project was started by GitPod.io company because they need a web browser IDE similar to VS Code. They started work on Theia in 2017. Theia was used in their service (online IDE with CI/CD). In April 2021, they dropped Theia and replace it with VS Code. So Theia won't have support in the long term. (There is still some development, but there are rather problems with VS Code extensions integrations).
I heard about them but never tried (will try tomorrow). Similar package https://github.com/gpoore/codebraid - they claim that multiple languages can be used in one document.
To summarize, I have a strong feeling that a lot can be done in this space. I would like to wisely select the silver bullet.
From my initial tests, conda works better between different OS (works really well on Windows), but I mostly use pip (I'm on Ubuntu).
Beta Was this translation helpful? Give feedback.
All reactions