Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this different from using a notebook file? #625

Open
flideros opened this issue Oct 30, 2024 · 2 comments
Open

Is this different from using a notebook file? #625

flideros opened this issue Oct 30, 2024 · 2 comments

Comments

@flideros
Copy link

I have a qwidget that starts and stops the jupyter lab process and displays the tree view and open notebook in an iframe in a QWebEngineView. Less than 70 lines of code and all the features of the notebook are available through the jupyter lab interface. How does the qtconsole make things better?

@wmvanvliet
Copy link
Contributor

qtconsole is used as a widget inside Spyder and makes sense in that context. Whether it makes sense to use it in other contexts is completely up to you.

@ccordoba12
Copy link
Collaborator

ccordoba12 commented Oct 31, 2024

To expand on what @wmvanvliet said, Qtconsole is also used by other Qt-based applications (e.g. Napari) to provide a console-like interface to run code (i.e. a very similar behavior to what you get when running commands in a terminal).

So, you won't be able to build a narrative that includes text, equations, images and code. You can only use QtConsole to run code, but using the same backend architecture as JupyterLab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants