Re: [jupyter] How to know which config file is being used?

2018-02-12 Thread Thomas Kluyver
It can be tricky to get custom.js to load things at the right point. Have a look at the examples here to wait for promises: https://github.com/jupyter/notebook/blob/master/notebook/static/custom/custom.js If you're having some trouble, scatter some console.log('A') calls around (with different let

Re: [jupyter] Android Native FrontEnd for Jupyter Notebook

2018-02-12 Thread Thomas Kluyver
We have a 'powered by Jupyter' logo which we encourage projects to use, but it doesn't lend itself to combining with other things. So if you want to design an alternative Jupyter motif to use for such logos, go for it! (Unfortunately, I don't know where you can get the 'powered by' logo except by

Re: [jupyter] How to know which config file is being used?

2018-02-12 Thread Nate L.
Hi all, Thanks for the responses! Yes, I meant that the actions are not shown in jupyter. Ok so now I've gotten it to the point where the vim commands are working (the custom.css file is changing the colors of my prompt), but now the Jupyter commands are not working, so when I type DD or 'a' o

Re: [jupyter] How to know which config file is being used?

2018-02-12 Thread Thomas Kluyver
Are you getting into *notebook* command mode? I don't use the vim extension myself, but from what I've heard, you press esc once to go from edit mode to vim command mode, and then again to go to notebook command mode. The cell selection cursor on the left should turn from green to blue when you swi

Re: [jupyter] How soon is too soon to send a message to the shell channel?

2018-02-12 Thread MinRK
On Thu, Feb 8, 2018 at 11:49 PM, Trevor Murphy wrote: I'm playing around with a hand-rolled jupyter client, mainly to learn ZMQ > and the jupyter messaging protocol. > > My "client" starts a jupyter console and then starts sending messages to > the shell channel / receiving from the shell and iop

Re: [jupyter] How to know which config file is being used?

2018-02-12 Thread Nate L.
Hi Takowl, Yea, I'm in the *notebook* command mode. Upon uninstalling the Vim extension, I can now add cells with 'a', but that's about it. When I press 'b', I get the search bar pop-up:

Re: [jupyter] How to know which config file is being used?

2018-02-12 Thread Thomas Kluyver
Reinstalling probably won't make a difference to issues in the browser like that, though it's always possible. Is the search bar something from a browser extension? If it captures the key event before we get it, there's not much we can do about that. On 12 February 2018 at 16:33, Nate L. wrote:

Re: [jupyter] How to know which config file is being used?

2018-02-12 Thread Nate L.
I don't think the search bar is something from a browser extension, (I don't think I ever added it), but if it is, I'd love to remove it so I can get back to good ol' Jupyter shortcuts :'( Would you know how to inspect whether it's an extension or not, and how I can remove it? Thanks, Takowl!!

Re: [jupyter] Android Native FrontEnd for Jupyter Notebook

2018-02-12 Thread Matthias Bussonnier
See https://github.com/jupyter/design/tree/master/Powered%20by%20Jupyter%20-%20Draft There is somewhere a share dropbox folder which is not organized with lots of stuff like that. I can't guaranty they are the official and final versions. -- Matthias On 12 February 2018 at 03:22, Thomas Kluyver

Re: [jupyter] How to know which config file is being used?

2018-02-12 Thread Thomas Kluyver
Sorry, I've never seen it before. If you don't know you've installed an extension, chances are it's something built into your browser. On 12 February 2018 at 17:28, Nate L. wrote: > I don't think the search bar is something from a browser extension, (I > don't think I ever added it), but if it i

Re: [jupyter] How to know which config file is being used?

2018-02-12 Thread Nate L.
You are so right. I tried using this with Safari and everything works as expected. I'll look into what extension in Chrome is getting in the way and report back if I find out what it is. Thanks, Takowl! On Monday, February 12, 2018 at 2:24:55 PM UTC-5, takowl wrote: > > Sorry, I've never seen

Re: [jupyter] An example of what can be built with the JupyterLab ecosystem

2018-02-12 Thread Fernando Perez
On Fri, Feb 9, 2018 at 7:27 PM, Simon Biggs wrote: > Is it okay if I resubmit this with a more informative title and more > prominent link? I realised the way I presented it, it was very easy to pass > over on the digest email... > No prob from me, always good to highlight how folks are adopting

Re: [jupyter] How to know which config file is being used?

2018-02-12 Thread Nate L.
It ended up being a chrome extension called Vimium, which seems to overwrite shortcuts for a lot of sites. On Monday, February 12, 2018 at 2:58:47 PM UTC-5, Nate L. wrote: > > You are so right. I tried using this with Safari and everything works as > expected. I'll look into what extension in C

[jupyter] Creating a new notebook inconsistent between home screen and within active notebook.

2018-02-12 Thread Mark Murphy
So normally when I try to create a new notebook I will go to the directory that I want the notebook and select "New" on the right side of the screen and "Python 3" for a new notebook. However after several updates I have noticed that when I do this the new notebook is created in the Jupyter sta

Re: [jupyter] Creating a new notebook inconsistent between home screen and within active notebook.

2018-02-12 Thread Fernando Perez
On Mon, Feb 12, 2018 at 5:08 PM, Mark Murphy wrote: > So normally when I try to create a new notebook I will go to the directory > that I want the notebook and select "New" on the right side of the screen > and "Python 3" for a new notebook. > > However after several updates I have noticed that w

Re: [jupyter] An example of what can be built with the JupyterLab ecosystem

2018-02-12 Thread Simon Biggs
Hi Fernando, Thank you for the encouragement. Really chuffed that you want to include what I have done as an example in the talk you are giving. Puts a huge smile on my face. My supervisor was also quite impressed. I shall re-post the link with a bit more prominent detail. Thanks again :). Che

[jupyter] Create beautiful reactive GUIs for Python packages using Markdown and a few custom HTML elements

2018-02-12 Thread Simon Biggs
Scripted Forms https://github.com/SimonBiggs/scriptedforms Quickly create beautiful reactive GUIs for Python packages using Markdown and a few custom HTML elements. Under the hood it uses the Jupyter Notebook server, Angular, Angular Material, Phosphor and JupyterLab. Display is based upon