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

Cell-based input for console and qt frontends? #2992

Closed
vext01 opened this issue Mar 4, 2013 · 6 comments
Closed

Cell-based input for console and qt frontends? #2992

vext01 opened this issue Mar 4, 2013 · 6 comments
Milestone

Comments

@vext01
Copy link

vext01 commented Mar 4, 2013

Hi,

I like the idea of the notebook, but not in a browser. Would it be possible to have a cell-based input mode for the console-based and qt-based modes?

I am not sure how much work that would entail.

Cheers

@takluyver
Copy link
Member

If you just want multi-line input, you can use the Qt console: hit Ctrl-enter for a new line.

If you're an Emacs user, there's a third party Emacs IPython Notebook: http://tkf.github.com/emacs-ipython-notebook/

If neither of those meets your needs, then the answer is: quite a bit of work, but not impossible. However, I don't think it's something we're going to take on in the near future.

@vext01
Copy link
Author

vext01 commented Mar 4, 2013

On Mon, Mar 04, 2013 at 03:32:58AM -0800, Thomas Kluyver wrote:

If you just want multi-line input, you can use the Qt console: hit Ctrl-enter for a new line.

Well yes, however this does not start a new cell.

If you're an Emacs user, there's a third party Emacs IPython Notebook: http://tkf.github.com/emacs-ipython-notebook/

I have never used emacs.

If neither of those meets your needs, then the answer is: quite a bit of work, but not impossible. However, I don't think it's something we're going to take on in the near future.

That's a shame. Thanks anyway.

Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

@takluyver
Copy link
Member

OK, I'll close this issue, since it's not something I see us working on.

@Carreau
Copy link
Member

Carreau commented Mar 4, 2013

Just on quick addition.
I tried to embed the notebook in a qt application+webkit view an themed it so that it looked like the qtconsole.
It was working great, but the problem was that Javascript VM was painfully slow. Maybe once those issues have been resolved we'll have something.

@ccordoba12
Copy link
Member

@Carreau, is your work on a branch I can take a look at? I tried the notebook on Rekonq (a pure QtWebKit browser) a couple of months ago and it worked just fine (and I think others have had the same experience).

I would like to test it because we at Spyder want to embed the notebook for our next release (2.3).

@Carreau
Copy link
Member

Carreau commented Mar 5, 2013

Le 5 mars 2013 à 04:30, Carlos Cordoba a écrit :

@Carreau, is your work on a branch I can take a look at? I tried the notebook on Rekonq (a pure QtWebKit browser) a couple of months ago and it worked just fine (and I think others have had the same experience).

Ouch, that was quite some time ago and I'm not even sure I kept everything.

the following seem to be relevant, seeing it's name

https://github.com/Carreau/ipython/commits/webconsole

And also the file attached, but you will be pretty disappointed. (it's 5lines...)

If I had to redo it I would look at chromium embedded.

Matthias

I would like to test it because we at Spyder want to embed the notebook for our next release (2.3).


Reply to this email directly or view it on GitHub.

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

4 participants