[jupyter] How to change the name and logo of the default kernel in jupyterlab

2018-03-12 Thread Konstantin Markov
Hi, I would like to change the name (Python 3) and the logo (the Python logo) of the default python3 kernel which show up in jupyterlab's launcher. A dirty way to change the name is to edit ''conda/share/jupyter/kernels/python3/kernel.json'' file, but I don't like it. What's also confusing is

[jupyter] Jupyter Interactive and animated plot

2018-03-12 Thread Juan Manuel Mauricio
Is it possible to create an interactive animated plot in jupyter notebook or jupyter lab? There are examples of animated plots. There are examples of interactive plots (i.e. slider widget). But I can't find an example of doing interaction with an animated plot. -- You received this message bec

Re: [jupyter] How to change the name and logo of the default kernel in jupyterlab

2018-03-12 Thread Thomas Kluyver
I'd guess the browser is caching the logo files from before you changed them. On 12 March 2018 at 09:01, Konstantin Markov wrote: > Hi, > > I would like to change the name (Python 3) and the logo (the Python logo) > of the default python3 kernel which show up in jupyterlab's launcher. A > dirty

[jupyter] Vega3 support in JupyterLab

2018-03-12 Thread Dave Dixon
In the last few days, the Vega3 extension for JupyterLab seems to have disappeared. I was able to install it on my machine, and not long after had a colleague try it and he was getting errors. It appears the Github repository has been replaced with a Vega2 extension, and I gather from looking t

Re: [jupyter] Vega3 support in JupyterLab

2018-03-12 Thread Brian Granger
For the 0.31 release it was a separate package: https://www.npmjs.com/package/@jupyterlab/vega3-extension That package is still available on npm, so you should be able to install it on 0.31 with: jupyter labextension install @jupyterlab/vega3-extension In JupyterLab master and moving forward it

[jupyter] Re: Embedding Jupyter in web app

2018-03-12 Thread Dame NDIAYE
Hello Everyone!! Is there someone here to help me! I am working on a similar project like yours Philip and I would know if you finally find a way to do this, I mean to embed jupyter notebook in your web app which will allow users to make and run their python code and save their notebook by the

[jupyter] Embed Jupyter Notebook in my webapp

2018-03-12 Thread Dame NDIAYE
Hello Everyone!! Is there someone here to help me! I am working on a project in which my users must have their own space in oder to create, upload and run their notebook's script.I mean like I can do in my Jupyter notebook, I want give thema kind of code editor in which they will type or uploa

[jupyter] Re: Embed Jupyter Notebook in my webapp

2018-03-12 Thread Simon Biggs
Hi Dame, A good place to start with having code within the browser being able to run on the notebook server: https://github.com/jupyterlab/jupyterlab/tree/master/packages/services/examples/typescript-browser-with-output You might want to look at how binderhub works, you might want to be serving