Re: [jupyter] Pass cell/notebook metadata through to kernel

2017-09-25 Thread Jason Grout
JupyterLab doesn't have an argument for metadata in the execute request method either: https://github.com/jupyterlab/jupyterlab/blob/dae1113a094761a66484e915a1b3b7e489d91ed2/packages/services/src/kernel/kernel.ts#L256

Re: [jupyter] extension keybinding and custom.js

2017-09-15 Thread Jason Grout
I'm not sure about the answers for the classic notebook, but just wanted to point out that customizing keyboard shortcuts is possible in JupyterLab by default in the settings. The RISE extension (or other slideshow extension) hasn't been ported over yet, though. Jason On Fri, Sep 15, 2017 at

Re: [jupyter] tabs no longer visible in JupyterLab

2017-09-06 Thread Jason Grout
This is the "Single-document mode", and lets you focus on only a single pane, even if you have a complicated tab layout. You can toggle it in the command palette (search for single-document mode), or use the shortcut key "command shift Enter" on OS X, or "Control shift enter" on windows. Jason

[jupyter] ipywidgets 7.0.0

2017-08-18 Thread Jason Grout
(new contributor) * Janki Akhani (new contributor) * Jason Grout * Kiko Correoso (new contributor) * Luke Zoltan Kelley (new contributor) * Maarten Breddels * Maksim Noy (new contributor) * Matthew Craig * Nick Fernandez (new contributor) * Pascal Bugnion (new contributor) * Ribamar Santarosa (new

[jupyter] Re: ipywidgets 7.0 release candidate

2017-08-17 Thread Jason Grout
wrote: > Hi Jason, > > About when shall we have an ipywidgets-7 version with the > Subresource_Integrity > <https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity> > extension ? > > > On Wednesday, August 16, 2017 at 2:54:27 AM UTC+2, Jason

[jupyter] ipywidgets 7.0 release candidate

2017-08-15 Thread Jason Grout
Hi, We've just released ipywidgets 7.0 release candidate 0. We invite people to test it by installing it with: pip install ipywidgets --pre Then enable the nbextension: jupyter nbextension enable --py --sys-prefix widgetsnbextension The changelog is at

Re: [jupyter] Re: Jupyter Weekly Summary (2017, week 29)

2017-07-28 Thread Jason Grout
wrote: > ah, ok but where did land on my disk the usefull result of this > "jupyter labextension install @jupyter-widgets/jupyterlab-manager" action ? > > > On Friday, July 28, 2017 at 4:57:29 PM UTC+2, Jason Grout wrote: > >> I think you can safely delete the npm cache: &

Re: [jupyter] Re: Jupyter Weekly Summary (2017, week 29)

2017-07-28 Thread Jason Grout
(I should emphasize that JupyterLab *already* comes with a standard list of plugins. pip or conda installing jupyterlab and then running "jupyter lab" does not require npm or node to be installed.) Jason On Fri, Jul 28, 2017 at 7:20 AM Jason Grout <ja...@jasongrout.org> wrot

Re: [jupyter] Re: Jupyter Weekly Summary (2017, week 29)

2017-07-28 Thread Jason Grout
JupyterLab will come with a standard set of plugins precompiled, so to run the stock JupyterLab, the user won't need npm or node installed. To install *extra* plugins, the user will need node/npm installed for now. Note that if the user is using conda, npm is packaged for conda, so it *should* be

Re: [jupyter] Logging all notebook activity sent to the kernel

2017-07-20 Thread Jason Grout
A long time ago, we discussed making it easy to plug in/configure transformers for any message that came through. That would make it easy to log, but it would also make it easy to, for example, inspect messages for large images, strip them out and put them into a database, leaving a link in the

Re: [jupyter] Re: pythreejs k3d ... and others

2017-07-07 Thread Jason Grout
Your issues seem to stem from using the latest stable release of pythreejs, rather than the latest alpha - the features you talk about are only available in the latest alpha. I will be updating the latest alpha soon as well. You can add components to a scene by creating a new children array and

Re: [jupyter] widget Layout / alignment within a Box

2017-07-05 Thread Jason Grout
(1) We've changed checkboxes in ipywidgets 7 to have the checkbox first, rather than the label, to be consistent with standard checkbox practices (2) In ipywidgets 6, the label is right aligned, but a slightly longer label will push the checkbox over just a bit, rather than cut off the label. If

Re: [jupyter] Vertically Layout widgets with scrolling

2017-07-01 Thread Jason Grout
Thanks for posting this. What is going on here is that the VBox has display: flex, and by default the children (the checkboxes) have flex-shrink: 1. This means that they will try to shrink (vertically, since it's a vertical flex layout) to fit the space. I played with some options by right

Re: [jupyter] Re: pythreejs k3d ... and others

2017-07-01 Thread Jason Grout
I'm trying to replicate this. The below works for me. Can you provide instructions for reproducing your error? conda create --prefix threejstest notebook python ipywidgets pythreejs source activate ./threejstest jupyter nbextension enable --py --sys-prefix widgetsnbextension jupyter

Re: [jupyter] Re: Bidirectional Comm Communication

2017-05-08 Thread Jason Grout
Jason. I tried switching the cells and randomly > trying different execution orders but to no avail. If I'm not wrong, I > should expect to see something printed in the output cell from the Python > callback being triggered. > > > On Friday, 5 May 2017 15:03:25 UTC-7, Jason Grout wro

Re: [jupyter] Re: Bidirectional Comm Communication

2017-05-05 Thread Jason Grout
Try switching your cell one and two. (Sorry, on phone so can't test) Thanks, Jason On Fri, May 5, 2017, 09:54 Dominic Kuang wrote: > I've uploaded the notebook here for convenience. > http://nbviewer.jupyter.org/gist/finaiized/ad8836b64a874518d32c40e7a4a03966 > > -- >

Re: [jupyter] pythreejs k3d ... and others

2017-05-05 Thread Jason Grout
Did you do the following too? jupyter nbextension install --py --sys-prefix pythreejs Thanks, Jason On Thu, May 4, 2017 at 1:47 AM Henri Girard wrote: > Hi, > Jupyter nbextension works fine : > jupyter nbextension enable --py --sys-prefix widgetsnbextension >

[jupyter] Hackpad shutting down

2017-04-21 Thread Jason Grout
I just got an email saying that Hackpad will be shutting down July 19. Have we already copied our past meeting notes off of Hackpad? Thanks, Jason -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop

Re: [jupyter] Jupyter JVM Repr

2017-04-05 Thread Jason Grout
If we have a steering council member sponsoring/facilitating it, and there is an active community working on it, then I'm +1 to giving it a repo under the Jupyter github org. Thanks Kyle and everyone involved! Jason On Wed, Apr 5, 2017 at 3:56 PM s...@draves.org wrote: >

Re: [jupyter] Re: Re-running a series of published Jupyter notebooks

2017-03-07 Thread Jason Grout
Fascinating! Thanks for doing this! I think it was a very worth-while investigation. Jason On Mon, Mar 6, 2017 at 4:36 AM 'Daniel Mietchen' via Project Jupyter < jupyter@googlegroups.com> wrote: > Here is a write-up of our attempts to re-run these notebooks: >

Re: [jupyter] Re: [ANN] ipywidgets 6.0 release

2017-03-03 Thread Jason Grout
As a follow-up, I see that OS X packages have now been posted to conda-forge. On Fri, Mar 3, 2017 at 11:06 AM Carlos Córdoba <ccordob...@gmail.com> wrote: > Yeah, I was talking about nbviewer. Thanks for the explanation Jason. > > > Cheers, > Carlos > > El 03/03/

Re: [jupyter] Re: [ANN] ipywidgets 6.0 release

2017-03-03 Thread Jason Grout
> > El 03/03/17 a las 10:02, Jason Grout escribió: > > That version number indicates the upgrade didn't go through fully. Can you > check the versions of ipywidgets and widgetsnbextension that you have > installed? > > On Fri, Mar 3, 2017 at 9:05 AM Carlos Córdoba &l

Re: [jupyter] Re: [ANN] ipywidgets 6.0 release

2017-03-03 Thread Jason Grout
t; > shows this error for me on Firefox and Chrome on Linux: > > > > Cheers, > Carlos > > El 01/03/17 a las 18:26, Matt Craig escribió: > > Excellent, congrats on the release! > > Matt > > > On Wednesday, March 1, 2017 at 10:23:01 AM UTC-6, Jason

[jupyter] [ANN] ipywidgets 6.0 release

2017-03-01 Thread Jason Grout
contribution) Adam Chainz (first contribution) Benjamin Ragan-Kelley Brian Granger Cameron Oelsen (first contribution) Carol Willing Dave Willmer denfromufa Giles Weaver (first contribution) Gino Bustelo Grant Nestor (first contribution) Jason Grout Javier Pedemonte Jeff (first contribution) Jeroen

[jupyter] Re: Release statistics

2017-02-28 Thread Jason Grout
A start, specific to the ipywidgets release, is at https://gist.github.com/jasongrout/b788f91ef2dfcafa12775e931c3553c5 On Tue, Feb 28, 2017 at 3:01 PM Jason Grout <ja...@jasongrout.org> wrote: > We're writing the release notes for ipywidgets. Does anyone happen to know > or

Re: [jupyter] Re: Second release candidate for ipywidgets 6.0

2017-02-28 Thread Jason Grout
betical order). > > Afshin Darian > Jeroen Demeyer > Jonathan Frederic > Brian Granger > Jason Grout > Paul Ivanov > Grant Nestor > Cameron Oelsen > > There are many changes in the 6.0 release of ipywidgets, including the > items currently listed in the chang

[jupyter] Release statistics

2017-02-28 Thread Jason Grout
We're writing the release notes for ipywidgets. Does anyone happen to know or use a script to generate various stats from git or GitHub for releases? Things like number of committers, first-time committers, how long it's been since the last release, how many PRs were merged or issues closed, how

Re: [jupyter] Re: ipywidgets 6.0 RC

2017-02-23 Thread Jason Grout
I've opened https://github.com/ipython/ipywidgets/issues/1150 about the button text case. Thanks, Jason On Thu, Feb 23, 2017 at 11:21 AM Sylvain Corlay wrote: > Hi Nicolas, > > - Thanks for the feedback. Regarding the new "style" attribute, now that > the mechanism

Re: [jupyter] [ANN] The Continued Existence of the Emacs IPythonNotebook

2017-02-17 Thread Jason Grout
Definitely +1 to this work and giving a talk! I'm going to have to dust off my emacs and give it a try. I've been meaning to give org-mode another try too. Jason On Fri, Feb 17, 2017 at 4:09 AM Fernando Perez wrote: > > On Thu, Feb 16, 2017 at 11:22 AM, Matthias

[jupyter] ipywidgets 6.0 release plan

2017-02-15 Thread Jason Grout
FYI for those that are interested - we're closing in on an ipywidgets 6.0, widgetsnbextension, and jupyter-js-widgets RC/release cycle. We've opened https://github.com/ipython/ipywidgets/issues/1116 to track the release process. We hope to have the outstanding GitHub issues resolved today, and

Re: [jupyter] Re: Formalizing preparing a release

2017-02-10 Thread Jason Grout
It would be great if we could automate that page showing unreleased commits in each project. I really like that. On Fri, Feb 10, 2017 at 10:06 AM MinRK wrote: > I made this PR earlier > this week to get ready to release

Re: [jupyter] Formalizing preparing a release

2017-02-09 Thread Jason Grout
I think announcing and coordinating major (and probably even minor) releases in the way that Matthias outlines is a great idea. I agree with Thomas that bugfix releases should be easier and more frequently released. On Thu, Feb 9, 2017 at 6:53 AM Thomas Kluyver wrote: > On 9

Re: [jupyter] Downgrade Jupyter?

2017-01-31 Thread Jason Grout
Are you talking about the Jupyter notebook package? It depends on what you are using for a package manager. For example, using conda, you could do: conda uninstall notebook conda install notebook=4.2.3 Thanks, Jason On Tue, Jan 31, 2017 at 12:52 PM 'Klaus Lang' via Project Jupyter <

Re: [jupyter] Re: Tab widget doesn't work properly in 6.0.0.beta6

2017-01-28 Thread Jason Grout
Thanks. This issue would come up if the css was not updated, either on disk or by emptying the browser cache. On Sat, Jan 28, 2017 at 3:44 AM nicolas.fr < nicolas.lecle...@synchrotron-soleil.fr> wrote: > After a proper ipywidgets uninstall and a proper dev-install, everything > works fine. > > >

Re: [jupyter] Re: Create a _repr_javascript_ method that creates and shows a HTML5 canvas with a figure

2017-01-20 Thread Jason Grout
Won't the javascript repr also be stripped in an untrusted notebook? On Fri, Jan 20, 2017 at 6:20 AM Steven Silvester wrote: > The downside is that in a untrusted notebook the HTML would be stripped. > If you wanted a placeholder in such a scenario, you could use your

Re: [jupyter] Re: Create a _repr_javascript_ method that creates and shows a HTML5 canvas with a figure

2017-01-19 Thread Jason Grout
You'll also want to generate a unique ID every time you display, so you don't have the issue of having multiple elements with the same id on the page. Jason On Thu, Jan 19, 2017, 06:38 Steven Silvester wrote: > Hi Björn, > > You can combine the HTML and JavaScript into

Re: [jupyter] Re: Jupyter Weekly Summary (2016, Week 48)

2016-11-29 Thread Jason Grout
e couteau dans la plaie" in Matthias native langage > > On Tuesday, November 29, 2016 at 8:50:50 PM UTC+1, Jason Grout wrote: > > On Tue, Nov 29, 2016 at 2:07 PM Big Stone <stone...@gmail.com> wrote: > > Hi Mathias, > > Thanks for the summary, reading through hac

Re: [jupyter] Re: Jupyter Weekly Summary (2016, Week 48)

2016-11-29 Thread Jason Grout
On Tue, Nov 29, 2016 at 2:07 PM Big Stone wrote: > Hi Mathias, > > Thanks for the summary, reading through hackpads is not a pleasant task. > > Request: > - would it be possible NOT to propose the "terminal" in Jupyterlab when > it's not possibly working (aka not WSL

Re: [jupyter] How to obtain html from an instance of an ipywidget?

2016-08-10 Thread Jason Grout
(Note that widgetInstance.el may not be a div if the widget has changed its default element) On Wed, Aug 10, 2016 at 1:20 PM Jason Grout <ja...@jasongrout.org> wrote: > What are you trying to do? You can get the div via widgetInstance.el. I'm > not sure that it makes sense to g

Re: [jupyter] JupyterLab publicly announced at SciPy'16

2016-07-15 Thread Jason Grout
Denis, are you denfromufa on HN? If so, thanks for your active knowledgable participation in that HN thread! Jason On Fri, Jul 15, 2016 at 12:33 PM Denis Akhiyarov wrote: > This announcement got very heavy up vote and many comments on hacker news: > >

<    1   2