Re: [jupyter] How to trigger a notebook save from within the notebook?

2016-07-14 Thread Matthias Bussonnier
No, not reliably. You can display(Javascript(...)) but that's assuming the notebook is running in the current notebook interface. It won't work with JupyterLab or whenrunning headless. -- M On Thu, Jul 14, 2016 at 12:18 AM, DG wrote: > Is there a command I can put it in a cell that would trigge

Re: [jupyter] Dev meeting time

2016-07-19 Thread Matthias Bussonnier
I can try to make it, but one hour earlier is one of the things that make it hard for me to attend the JupyterLab one on Friday. That would basically put commute time at just the peak density. -- M On Tue, Jul 19, 2016 at 2:17 PM, Sylvain Corlay wrote: > Hi All, > > The current time of the week

Re: [jupyter] Dev meeting time

2016-07-19 Thread Matthias Bussonnier
ue, Jul 19, 2016 at 3:58 PM, Brian Granger wrote: > What about 8am then? > > On Tue, Jul 19, 2016 at 2:36 PM, Matthias Bussonnier > wrote: >> I can try to make it, but one hour earlier is one of the things >> that make it hard for me to attend the JupyterLab one on Friday. &

Re: [jupyter] Is there a "flatter" version of the Jupyter docs?

2016-07-20 Thread Matthias Bussonnier
Hi Both, We've been working on improving the docs, though it is a slow process. The IPython documentation is a bit flatter now, and starts to reads better. Kudos in particular to Carole who is doing a fantastic job. If you have any particular comment on which section we can improve, or where thi

Re: [jupyter] Is SAML integration planned?

2016-07-20 Thread Matthias Bussonnier
Hi Dominik. Most of the Authenticator are developed by the community, and not by the core team. I haven't heard of anyone planning to develop such a plugin, though I'm not aware of everything that happen. If you have the need and would like to do so, it would be welcomed ! Thanks -- Matthias O

Re: [jupyter] try.jupyter.org down?

2016-07-21 Thread Matthias Bussonnier
It says no-vacancy, but there are 48 free hosts. I'll try to investigate. -- M Le jeudi 21 juillet 2016 02:37:57 UTC-7, Fernando Perez a écrit : > > On Thu, Jul 21, 2016 at 2:32 AM, Calloway, Chris wrote: > >> Working for me. >> > > Thanks for checking! Indeed, it seems to be a browser/profile

[jupyter] Thanks for SciPy, and Tomorrow's JupyterHub Miniworkshop

2016-07-21 Thread Matthias Bussonnier
Hello all, As you might have seen, last week was SciPy2016 in Austin, so most of us were overwhelmed during a week, it will take us quite some time to catch up with the back-log. If you've asked a question, opened an issue, and still don't have a response, it probably slipped through the crack

Re: [jupyter] Re: Thanks for SciPy, and Tomorrow's JupyterHub Miniworkshop

2016-07-22 Thread Matthias Bussonnier
Hey, On Thu, Jul 21, 2016 at 6:09 PM, wrote: > Matthias - thanks for writing this - great to see you in Austin! I would add > a shout out to Carol for presenting her thoughts during the Diversity > Luncheon on how mentoring others can help increase diversity within our > community. Thanks I was

Re: [jupyter] Re: Anaconda's default kernel is named "Python [Root]", not pyhton3. Why?

2016-08-01 Thread Matthias Bussonnier
Thanks a lot Nick for doing that on top of organizing JupyterDays Atlanta ! -- M On Mon, Aug 1, 2016 at 9:23 AM, Nicholas Bollweg wrote: > We've released versions of `nb_conda`, `nb_conda_kernels` and > `nb_anacondacloud` through the official Anaconda conda repos that should > resolve the issue

Re: [jupyter] file-browser dialog implementation

2016-08-02 Thread Matthias Bussonnier
I think there is a deeper question, Are you trying to get a file path for which machine : - The machine that host the kernel, and I guess relative to the kernel cwd (a) - The machine that host the server and relative to the notebook location on the server (b) - the user web browser (c), [

Re: [jupyter] kernel execution being overridden

2016-08-03 Thread Matthias Bussonnier
These is no way to go around that, the messages and execution requests are queued as the ZMQ layer. So you submit cell 2 before `kernel.execute(command) ;` to be back on the bage. So execute all will always have this behavior. -- M On Wed, Aug 3, 2016 at 10:38 AM, marq h wrote: > Hi Jupyter fo

Re: [jupyter] Re: juypter issues

2016-08-03 Thread Matthias Bussonnier
How do you create .ipynb files? it looks like you are creating plaintext file, notebooks are not plaintext, you have to use the "New"> "Notebook" menu to create them. -- M On Wed, Aug 3, 2016 at 4:55 PM, Ka Yama wrote: > I create two *.ipynb files and I click on it I get this error > > Unreada

Re: [jupyter] Real-time collaboration

2016-08-05 Thread Matthias Bussonnier
Hi Pablo, The current state of JupyterLab is to reach feature parity with the current notebook, then we will look at extending the functionality. We'll likely start to investigate before, but not at full speed. We don't have the ability yet in lab to have the notebook in it's own page. -- M On

Re: [jupyter] Re: kernel execution being overridden

2016-08-05 Thread Matthias Bussonnier
At that point you might want to just create a notebook extension that adds a button to the toolbar. And keep in mind that this will work only when using the live notebook. -- M On Fri, Aug 5, 2016 at 8:16 AM, marq h wrote: > Thank you for the feedback. I have found a potentially working appro

Re: [jupyter] nbconvert template to remove warnings

2016-08-09 Thread Matthias Bussonnier
No particularly, No. Warning are just on stderr, so you could get rid of all of stderr if you have nothing else on it. Alternatively can you re-run the notebook ? if so you can add a simple warning filter that ignore all the warnings at python level. Would any of these solution suits you ? -- M

Re: [jupyter] Re: Security - attempted hack on Kenneth Reitz

2016-08-10 Thread Matthias Bussonnier
Hi all, Thanks Thomas for starting the thread on the mailing list. And Big, for pointing the hashes. > We already asked everyone with commit rights to enable two-factor > authentication Is that true for all repositories ? I know that at least all organisations owners have 2FA, as owner have inh

Re: [jupyter] Re: Security - attempted hack on Kenneth Reitz

2016-08-10 Thread Matthias Bussonnier
: > > a) basic good practices with repo security by asking for 2FA for all > committers, and > b) changing our build/release process with high security in mind. > > On Wed, Aug 10, 2016 at 4:40 PM, Matthias Bussonnier > wrote: >> >> Should we start a process enforce

Re: [jupyter] Moving towards a more structured team setup

2016-08-16 Thread Matthias Bussonnier
t; responses, but I also did some moving around in an attempt to cover > everything we have in the air. If I moved you around in a way you didn't > want, I apologize and just let's figure out a better solution. I didn't > intend to strong-arm anyone. > > Cheers, >

Re: [jupyter] newbie how to update jupiter?

2016-08-18 Thread Matthias Bussonnier
Hi Andy, You usually can update a specific package with `pip install --upgrade` You can sometime also find `-U` instead of `--upgrade` but it should do the same. In you case you want to run it your 3 outdated packages. Hope that helps, -- Matthias On Thu, Aug 18, 2016 at 1:39 PM, Andy Davidso

Re: [jupyter] Welcome Ian, Grant, and Paul to the Jupyter Team!

2016-09-19 Thread Matthias Bussonnier
Great to have these introductions ! Just want to add that Grant have been working with us for a few weeks now and have already been involved in a lot of improvement of the classic notebook, and already made a few discrete minor releases ! I haven't had a chance to spend a lot of time with Ian yet

Re: [jupyter] Re: Feature Request: "Date Modified" in File List

2016-09-20 Thread Matthias Bussonnier
Hi there, > Is there a particular reason why this page does not have the features above > (or similar), except lack of time ? Most of that is on notebook master (ordering by date and name), not yet the filtering but that will be in JupyterLab at some point. > - a comment field, mostly blank exp

Re: [jupyter] Re: Feature Request: "Date Modified" in File List

2016-09-20 Thread Matthias Bussonnier
how to sort them by last > modified date (it does not show) - where can it be configured ? - sorry if > the answer is obvious. > > Ok clear for the rest. > > Thx > > > > > On Tuesday, September 20, 2016 at 11:09:48 PM UTC+2, Matthias Bussonnier > wrote: >

Re: [jupyter] Adding a custom configuration parameter

2016-09-26 Thread Matthias Bussonnier
Hi Steve, Quickly handwaved: ``` from traitlets import Configurable, Unicode class MyCustomContentManager(Configurable): # the class attribute will be AutoMagically be made a instance one and accessible via self.parameter. parameter = Unicode('default', config=True, help='Frobulate p

Re: [jupyter] Adding a custom configuration parameter

2016-09-26 Thread Matthias Bussonnier
; before when I was searching. Thanks again! > > On Monday, September 26, 2016 at 10:00:40 AM UTC-7, Matthias Bussonnier > wrote: >> >> Hi Steve, >> >> Quickly handwaved: >> >> ``` >> from traitlets import Configurable, Unicode >> >> >>

Re: [jupyter] Adding a custom configuration parameter

2016-09-26 Thread Matthias Bussonnier
ntents manager that encrypts notebooks to gpg files. I imagine > this is generally useful, but I don't know if we will ever be able to > publish it because of security concerns. > > On Monday, September 26, 2016 at 10:06:35 AM UTC-7, Matthias Bussonnier > wrote: >> >> G

Re: [jupyter] Welcome Mike Pacer to the Jupyter Team!

2016-10-06 Thread Matthias Bussonnier
Happy to have you on board Mike ! -- M On Thu, Oct 6, 2016 at 10:52 AM, Damián Avila wrote: > A belated... > > Welcome Mike!! > > Nice to have you on board on team. > > Cheers. > > 2016-09-29 20:51 GMT-03:00 JamieW : >> >> Please join Project Jupyter in welcoming Mike Pacer to the core >> devel

Re: [jupyter] Executing script statement-by-statement

2016-10-13 Thread Matthias Bussonnier
What I would suggest if for you to come up with an "API" by modifying Jupyter/IPython adding endpoints or if possible as an extension. I would go for an api that get a document "content" and return a list of positions that are block of execution code, then see if we can iterate on it. That would a

Re: [jupyter] Jupyter commands

2016-10-14 Thread Matthias Bussonnier
It's kind of a hackish way but in classical notebooks you can do the following in a Js Console: >>> Object.keys(IPython.notebook.keyboard_manager.command_shortcuts.actions._actions) Which for me give the following: ["jupyter-notebook:restart-kernel", "jupyter-notebook:confirm-restart-kernel", "j

Re: [jupyter] download is .ipynb in safari

2016-10-28 Thread Matthias Bussonnier
Thanks for the report, Unfortunately as far as I remember there is nothing we can do about this. Safari is known to have many problems with Jupyter Notebook in general, and is not one of the browser we recommend. Thanks, -- Matthias On Wed, Oct 26, 2016 at 3:48 PM, Gideon Simpson wrote: > I'm

Re: [jupyter] Marijn van Vliet is joining Qt console maintenance

2016-11-13 Thread Matthias Bussonnier
Hi all, Sweet ! Thanks Thomas for the introduction and Marijn for helping with the QtConsole! Congratulation for getting commit rights ! I still remember doing my first contribution to IPython on the Qtconsole subtree about 5 years ago[1]. I was still leaving semicolon at the end of the lines due

Re: [jupyter] Re: Jupyter Notebook for the beginner

2016-11-18 Thread Matthias Bussonnier
Hi All, > - is it possible to run the code in Jupyter Notebook immediately after > connection. Say, when the user clicks a link, then Jupyter Notebook is opened > in new tab and immediately shows the result. Not by default, likely with an extension on the javascript side, but you will have to w

[jupyter] Weekly meeting written summary ?

2016-11-18 Thread Matthias Bussonnier
Hi all, As you may know we regularly have video meeting to get things moving forward and catch up with the development as well as requesting feedback. While these meetings are recorded and available on Youtube, and that some notes are taken on jupyter.hackpad.com, I find it relatively difficult t

Re: [jupyter] Weekly meeting written summary ?

2016-11-19 Thread Matthias Bussonnier
On Fri, Nov 18, 2016 at 2:49 PM, Brian Granger wrote: > Would you post these to the Google Group? Possibly, I would _prefer_ to have a better archiving medium where only this is available, but I don't see any harm in posting that on the google group. The _advantage_ of building that on a separate

Re: [jupyter] PyCon tutorial

2016-11-26 Thread Matthias Bussonnier
Hey Min, On Wed, Nov 23, 2016 at 12:11 PM, MinRK wrote: > Carol brought up the idea that an IPython and/or Jupyter tutorial at PyCon > would be a good idea, since we didn't do one last year. The deadline for > tutorials in next week, 30 November > > We have a few tutorials available, which we ca

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

2016-11-29 Thread Matthias Bussonnier
Hi all, This is an attempt to capture the weekly meeting in a written summary. I’ll try to do that each Tuesday after each meeting. Though I have to cap the time I spend on writing this summary to 30 minutes. Apologies if it is a bit rough. I hope that going through written notes is easier than

Re: [jupyter] Blog post about building on top of Jupyter protocols

2016-11-30 Thread Matthias Bussonnier
Thanks Kyle awesome ! Addon on my to-read list ! -- M On Wed, Nov 30, 2016 at 10:29 AM, Kyle Kelley wrote: > Hey Jovyans, > > I just published "nteract: building on top of Jupyter" as a love letter to > the Jupyter protocol and formats: > > https://medium.com/nteract/nteract-building-on-top-of-j

Re: [jupyter] nbformat 4.2

2016-12-01 Thread Matthias Bussonnier
On Thu, Dec 1, 2016 at 9:33 AM, Kyle Kelley wrote: > 🎉 > > Yay for JSON Arrays! > You missed an opportunity there: "Hooarrays". -- M Sorry this was not a useful mail. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from t

Re: [jupyter] Re: [jupyter-education] Re: Jupyter HPC mailing list

2016-12-07 Thread Matthias Bussonnier
I just joined the group, so it appears to be working here. 0 messages though. But the stats says there is 16 members. May I suggest an update to the Jupyter Website to add the Jupyter-HPC mailing liste ? -- M On Wed, Dec 7, 2016 at 10:19 AM, Fernando Perez wrote: > > On Wed, Dec 7, 2016 at 7:

Re: [jupyter] Opting out of readthedocs advertisements

2016-12-08 Thread Matthias Bussonnier
Thanks Paul for bringing this topic. I believe the previous discussion was this one on GitHub: - https://github.com/jupyter/jupyter/issues/119 I think mostly the core contributors responded to this issue and gave their thought. I'm happy to revisit this. -- M On Thu, Dec 8, 2016 at 6:22 PM,

Re: [jupyter] Re: jupyter prompts for password

2016-12-18 Thread Matthias Bussonnier
Hi all, This is indeed a recent change done for security reason. It seem we had a few issues opened since the release: https://github.com/jupyter/notebook/issues/1987 https://github.com/jupyter/notebook/issues/1980 https://github.com/jupyter/notebook/issues/1944 We did overlook a few case, but w

[jupyter] Jupyter Weekly Summary (2016, Week 51)

2016-12-20 Thread Matthias Bussonnier
Sorry for missing the previous week, here is again an attempt at making a weekly summary. This weekly summary will of course depend on the quality of the notes taken on the Hackpad we use during our meeting. So here is a

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

2016-12-23 Thread Matthias Bussonnier
On Wed, Dec 21, 2016 at 11:53 PM, Fernando Perez wrote: > > On Tue, Dec 20, 2016 at 11:27 PM, Michael Bright > wrote: >> >> Great stuff ... and perso I prefer it as a post here, not as RSS - if it >> doesn't come by e-mail won't read it ;-) > > > +1, thanks so much Matthias for doing this! Gre

Re: [jupyter] Run Notebook by webhook

2016-12-23 Thread Matthias Bussonnier
Hi Olivier, If you look at nbconvert[1] you will see that it has the potential to execute notebook in place, without a GUI. Either using the command line : `jupyter nbconvert --in-place --execute ` (IIRC), or via the Python API if you need something more specific. Triggering that on push will req

Re: [jupyter] Python3.6

2016-12-25 Thread Matthias Bussonnier
That will likely require codemirror syntax highlighting to be updated, waiting for a new codemirror release and update the codemirror used by Jupyter. Highlighting is still known to be off in many editors, my guess is that type annotation will be wrong as well. Cheers, -- M On Sun, Dec 25, 201

[jupyter] GitHub Automation, migrating issues.

2016-12-27 Thread Matthias Bussonnier
Hi all, [Cross posting IPython-dev and Jupyter Google group] Hope you are enjoying the lasts few days of 2016 ! I've been recently working on GitHub automation, in particular we have local scripts that we need to run locally to do some common tasks on github, like migrating issues, backporting P

Re: [jupyter] Restoring computation output after disconnect in Jupyter notebook

2016-12-28 Thread Matthias Bussonnier
> This feature would be really helpful for those of us that run jupyter > notebooks remotely. Any progress? There is some recent prototype of RealTime collaboration by Ian, thay lay some ground work necessary for this to happen. Though it's far down the line unless someone actually start to work o

Re: [jupyter] How to disable the default Python 3 kernel?

2016-12-29 Thread Matthias Bussonnier
HI Andreas, I believe --KernelSpecManager.ensure_native_kernel=False at the command line or c.KernelSpecManager.ensure_native_kernel=False in the global (or per user) config file should do the trick. Let me know if that does the trick for you. Otherwise if the "Python 3" kernelspec have be insta

Re: [jupyter] Re: Python3.6

2016-12-29 Thread Matthias Bussonnier
This has been fixed in https://github.com/jupyter/notebook/pull/1764, so you need notebook server version 4.3 or above to have it. And make sure the files are not cached. See the `Help > About` Menu in the notebook to see the version. If you can't upgrade we can figure out how to hack our way arou

Re: [jupyter] Re: Python3.6

2016-12-30 Thread Matthias Bussonnier
I'm going to guess conda is not completely yet up-to date with the holidays. And conda-forge does not have python 3.6 in stable channels yet. let's give maintainers a couple of days to update stuff, and give users change to submit PRs to get involved :-) -- M On Fri, Dec 30, 2016 at 12:33 AM, D

Re: [jupyter] Writeup of JupyterLab style issues/milestones: application to jupyter/notebook

2017-01-07 Thread Matthias Bussonnier
Short from my phone : Please don't change the label now the bot I'm writing requires current label to work correctly, same as current migration script. I believe some links in our docs (as well as Stack Overflow) also requires some of the current labels. -- M On Jan 7, 2017 18:42, "Brian Grang

Re: [jupyter] Writeup of JupyterLab style issues/milestones: application to jupyter/notebook

2017-01-08 Thread Matthias Bussonnier
cided that "issues should be triaged" on Jupyter notebook. I did 10-15 per days for a week and half before stopping because I was the only one doing it, so there is no need to remind me. I have concerns on the naming/coloring scheme you use for tags but that ship has sailed now. Cheers, --

Re: [jupyter] GitHub Automation, migrating issues.

2017-01-09 Thread Matthias Bussonnier
2017 at 1:00 PM, MinRK wrote: > Very cool, thanks Matthias! > > On Tue, Dec 27, 2016 at 2:50 PM, Matthias Bussonnier > wrote: >> >> Hi all, >> >> [Cross posting IPython-dev and Jupyter Google group] >> >> Hope you are enjoying the lasts few days of 2

[jupyter] Jupyter Dev Meeting, 2017 week 3 summary.

2017-01-17 Thread Matthias Bussonnier
Hi all, Sorry for not writing a dev Meeting summary for the last 3 weeks, First there was no meeting on the last week of December and I missed the two previous one. Seem like the team was busy while I was enjoying being back in France, but still working. Hope 2017 is going well for you all,

Re: [jupyter] Re: [Generalising] Has anyone succeeded with seeding a notebook with external arguments?

2017-01-17 Thread Matthias Bussonnier
Hi Pav, >From the command line you can use things like https://github.com/paulgb/runipy, or https://github.com/takluyver/nbparameterise. If you are running pure nbconvert, then environment variable may be enough. Otherwise you have to dive into creating your own kernel/session manager to do fancy

Re: [jupyter] [ANN] nbconvert 5.1.1 released

2017-01-23 Thread Matthias Bussonnier
Thanks Mike ! Great work happy to this nbconvert moving forward ! -- M On Sat, Jan 21, 2017 at 11:54 PM, Mike Pacer wrote: > We’ve just released nbconvert 5.1.1 which focuses on bug/regression fixes, > nicer css to match the notebook, doc and testing improvements. > > Get it today with > >

[jupyter] Jupyter Dev Meeting, 2017, Week 4 summary

2017-01-24 Thread Matthias Bussonnier
Hi Everyone, This is my attempt at writing a weekly summary of our video meeting we have on Tuesday. I'm using the notes that have been taken during the meeting by the collective effort so the quality of the section depends highly on the quality of the notes taken. Any help welcome. I also try

Re: [jupyter] New notebook gallery site

2017-01-26 Thread Matthias Bussonnier
Hi Thomas, Yes I've seen it, IIRC when it was announced we even though as to whether we could use metrics to fed this a list of "Most seen notebooks". But we had concern about leaking "Secret" notebook. But it's nice to see it moving Forward. Cheers, -- M On Thu, Jan 26, 2017 at 6:03 AM, Thoma

Re: [jupyter] customizing look of a notebook for embedding in a MOOC infra

2017-01-29 Thread Matthias Bussonnier
Hi Thierry, On Sun, Jan 29, 2017 at 7:38 AM, Thierry Parmentelat wrote: > Hi folks > > My goal is to have notebooks embedded as an iframe in an open-edx MOOC > > I am now working on customizing the look so as to optimize real estate > ideally I'd like the notebook area to look like the attachme

[jupyter] Jupyter Dev Meeting, 2017, Week 5 summary

2017-01-31 Thread Matthias Bussonnier
Hi Everyone, This is my attempt at writing a weekly summary of our video meeting we have each Tuesday. I’m using the notes that have been taken during the meeting by the collective effort so the quality of the section depends highly on the quality of the notes taken. Any help welcome. I also

Re: [jupyter] Visual Identity of nteract

2017-02-02 Thread Matthias Bussonnier
Already read, and retweeted ! Thanks for taking the time to put this out ! -- Matthias On Thu, Feb 2, 2017 at 4:43 PM, Kyle Kelley wrote: > Hey Jovyans, > > Enough folks have asked about the nteract.io site design, especially > as an open source project in scientific computing, so we put tog

Re: [jupyter] Cell lines of code not displayed pass certain line number

2017-02-03 Thread Matthias Bussonnier
Hi Milos, Can you open an issue on Jupyter/Notebook for us to start a conversation ? I can't see it here, so we'll need to investigate. -- Matthias On Fri, Feb 3, 2017 at 9:03 AM, Milos Miljkovic wrote: > Hello, > > For a while I've been seeing this weird behavior on opening a notebook. If > ce

Re: [jupyter] Getting the port number in an IPython noteboook

2017-02-06 Thread Matthias Bussonnier
Hi DG On Mon, Feb 6, 2017 at 8:12 PM, DG wrote: > Carol, >thanks a lot for your informative and fast reply. > > Unfortunately, that's not what I am looking for. I need to get the port > number from within an IPython cell. Maybe this isn't the right forum for > this kind of question--I wil

Re: [jupyter] Using nbconvert API with a specific kernel in a conda env

2017-02-07 Thread Matthias Bussonnier
Hi Paul, As far as I can tell this is one of the limit of the conda extension shiped with conda that autolist the kernelspecs. It does not work with nbconvert. You need to activate the env and manually install the spec using `python -m ipykernel install <--options>`, and set the notebook to use th

Re: [jupyter] Using nbconvert API with a specific kernel in a conda env

2017-02-07 Thread Matthias Bussonnier
it. > > > On Tue, Feb 7, 2017 at 1:05 PM, Matthias Bussonnier > wrote: >> >> Hi Paul, >> >> As far as I can tell this is one of the limit of the conda extension >> shiped with conda that autolist the kernelspecs. It does not work with >> nbconvert. &g

[jupyter] Jupyter Dev Meeting, 2017, Week 6 summary

2017-02-07 Thread Matthias Bussonnier
Hi Everyone, This is my attempt at writing a weekly summary of our video meeting we have each Tuesday. I’m using the notes that have been taken during the meeting by the collective effort so the quality of the section depends highly on the quality of the notes taken. Any help welcome. I also

[jupyter] Formalizing preparing a release

2017-02-08 Thread Matthias Bussonnier
Hello all, It recently came to the attention to some of us that with the increasing number of projects we have it can be hard to follow when packages are going to be released, which often leads to very short windows of time to give feedback or test the new version with existing software. For exam

[jupyter] Jupyter Dev Meeting, 2017, Week 7 summary

2017-02-14 Thread Matthias Bussonnier
Hi Everyone, This is my attempt at writing a weekly summary of our video meeting we have each Tuesday. I’m using the notes that have been taken during the meeting by the collective effort so the quality of the section depends highly on the quality of the notes taken. Any help welcome. I also

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

2017-02-15 Thread Matthias Bussonnier
Thanks, I enjoyed reading it as well. Hope you have submitted an EIN talk at JupyterCon if you can come. I think it would be great to have (Disclaimer I'm not in the organizing committee, this is my personal opinion). Also I don't know how other feel, but I think it would be worth turning this in

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

2017-02-16 Thread Matthias Bussonnier
> Upgrading to a blog post sounds exciting, let me know if there are any edits > I should make before that happens! > I was expecting to have a couple of +1 from other dev. But your mail seem appreciated enough that I'm going to guess that's ok. I can create an account for you on our blog. Is curr

Re: [jupyter] Re: Jupyter Notebook 5.0 beta 1

2017-02-16 Thread Matthias Bussonnier
Hi Tony, A few inline responses. On Thu, Feb 16, 2017 at 11:22 AM, Tony Hirst wrote: > Looking at the notes - We encourage users to start trying JupyterLab in > preparation for a future transition - I have a question re: the roadmap: > - will Jupyter notebooks continue to be available as such

[jupyter] Participating in Docathon, week of March 6th

2017-02-16 Thread Matthias Bussonnier
Hello Jupyter and IPython crowd, UC Berkeley Institute for Data Science in collaboration with a couple other location is organizing a Docathon the Week of March 6th. The Docathon is like a Hackathon but focused on developing material and tools for documentation. It will be a distributed event whe

Re: [jupyter] [ANN] The Continued Existence of the EmacsIPythonNotebook

2017-02-16 Thread Matthias Bussonnier
I've made a shared document, let me know if you need me to invite someone else. Cheers, -- M On Thu, Feb 16, 2017 at 3:44 PM, wrote: > My current email is fine for the account and collaboration sounds like a > darn good idea to me. > > > > Regards, > > &g

Re: [jupyter] Jupyter VPython 2.0.2

2017-02-23 Thread Matthias Bussonnier
Thanks you for the detail announce ! -- M On Thu, Feb 23, 2017 at 4:41 AM, Bruce Sherwood wrote: > There is a new version 2.0.2 of Jupyter VPython, the 3D graphics module (pip > install vpython or pip install vpython --upgrade; see vpython.org for more > details): > > * It supports extrusion and

Re: [jupyter] Re: Release statistics

2017-02-28 Thread Matthias Bussonnier
A little late but look in ipython/tools/github_stats.py that's what we use for each IPython release. -- M On Tue, Feb 28, 2017 at 2:51 PM, Jason Grout wrote: > A start, specific to the ipywidgets release, is at > https://gist.github.com/jasongrout/b788f91ef2dfcafa12775e931c3553c5 > > On Tue, Feb

[jupyter] Jupyter Dev Meeting, 2017, Week 9 summary

2017-02-28 Thread Matthias Bussonnier
Hi Everyone, This is my attempt at writing a weekly summary of our video meeting we have each Tuesday. I’m using the notes that have been taken during the meeting by the collective effort so the quality of the section depends highly on the quality of the notes taken. There was no summary last

[jupyter] Preparing for IPython 6.0

2017-02-28 Thread Matthias Bussonnier
Hi all I think we are closing-in on IPython 6.0 There are about 30 issues/PR open [1], I've opened a meta issue to discuss remaining changes and potentially problematic issues[2], and I've started to write/fomat the what's new [3] There are about 7 issues marked "Need contributors" that should b

Re: [jupyter] Checkpoints and Autosaves under Jupyter

2017-03-01 Thread Matthias Bussonnier
On Tue, Feb 28, 2017 at 9:00 PM, DG wrote: > Like for many others, this DOES NOT WORK FOR ME. > > I really dislike autosave. PLEASE give us a way to permanently turn that > off. > Things like this[1] allow you to tweak the save interval. I believe an autosave interval of 0 (or negative values) di

Re: [jupyter] Bring back readline capability?

2017-03-01 Thread Matthias Bussonnier
I've +1 on the issue, it is likely to be more challenging than it might appear. -- M On Wed, Mar 1, 2017 at 12:59 PM, Brian Granger wrote: > Thanks Paul, I don't have strong feelings about bringing back readline > or not (fine with it). However should we fix those corner cases you > mention rega

Re: [jupyter] Checkpoints and Autosaves under Jupyter

2017-03-01 Thread Matthias Bussonnier
Hi DG, Thanks for your long explanation. Let me respond to some of your comment inline. DG Said > Sorry, NOT acceptable. I do NOT want to have to change every single > notebook. Why should I? The solution I gave you does not requires you to change every single notebook. You can set your setting

Re: [jupyter] Re: Checkpoints and Autosaves under Jupyter

2017-03-02 Thread Matthias Bussonnier
On Thu, Mar 2, 2017 at 1:50 PM, DG wrote: > Call it custom.js, and put into ~/.jupyter/custom > I did this, and it does not seem to work. Note: I am on macOS and using > Anaconda. On macOS it might be in ~/Library/Jupyter/custom I believe `jupyter --path` can give you where these files can be f

Re: [jupyter] Re: Checkpoints and Autosaves under Jupyter

2017-03-03 Thread Matthias Bussonnier
My bad, You actually have to call the following method: Jupyter.notebook.set_autosave_interval(int) The periodic callback that autosave lives on the Javascript VM, and we need to cancel it, which assigning to minimum_autosave_interval does not do (as javascript does not have properties in the

[jupyter] Jupyter Dev Meeting, 2017, Week 10 summary

2017-03-07 Thread Matthias Bussonnier
Hi Everyone, This is my attempt at writing a weekly summary of our video meeting we have each Tuesday. I’m using the notes that have been taken during the meeting by the collective effort so the quality of the section depends highly on the quality of the notes taken. Video: https://youtu.be/b

Re: [jupyter] Asking authentication when I connect to 127.0.0.1:8888

2017-03-12 Thread Matthias Bussonnier
Hi ihk On Sun, Mar 12, 2017 at 7:38 PM, ihk wrote: > Hello, > I am trying to connect local Jupyter server. It doesn't ask authentication > if I use URL localhost: > however, it asks authentication token if I use URL 12.0.0.1: . > Is there a way to bypass security for 127.0.0.1 ? Yes,

[jupyter] Jupyter Dev Meeting, 2017, Week 11 summary

2017-03-22 Thread Matthias Bussonnier
Hi Everyone, Apologies for delay, I realized that this had been sitting in my outbox for a week, so this is from last week... I'm going to send the summary for this week soon. This is my attempt at writing a weekly summary of our video meeting we have each Tuesday. I'm using the notes that ha

[jupyter] Jupyter Dev Meeting, 2017, Week 12 summary

2017-03-22 Thread Matthias Bussonnier
Hi Everyone, This is my attempt at writing a weekly summary of our video meeting we have each Tuesday. I’m using the notes that have been taken during the meeting by the collective effort so the quality of the section depends highly on the quality of the notes taken. I’m not available next we

[jupyter] Enable Travis PR auto-cancellation on most repos ?

2017-03-24 Thread Matthias Bussonnier
Hi all, Travis recently introduced auto-cancellation as a beta feature[1]. It can be activated both on branches and/or PR. As they explain on the blog post: > You know those moments where you push some changes to GitHub, only to realize > that you spelt something wrong? If you're like me you pr

Re: [jupyter] Enable Travis PR auto-cancellation on most repos ?

2017-04-03 Thread Matthias Bussonnier
7;s the right thing ~all of the time. Let's use it everywhere. >> >> On Fri, Mar 24, 2017 at 8:04 PM, Matthias Bussonnier >> wrote: >>> >>> Hi all, >>> >>> Travis recently introduced auto-cancellation as a beta feature[1]. It >>> c

Re: [jupyter] Unbinding Keyboard Shortcut in jupyter notebook

2017-04-03 Thread Matthias Bussonnier
> thanks for the quick answer. I was just wondering if i could not remove that > shortcut, because iti s listed nowhere in the jupyter documentation. That's because it's a [CodeMirror][1] bound shortcut. There are ways to unset it, likely though jupyter's `custom.js` files, but you will have to f

Re: [jupyter] Blog post about multi language documents in Hydrogen powered by Jupyter

2017-04-03 Thread Matthias Bussonnier
Thanks Lukas, that's looks really great! -- M On Mon, Apr 3, 2017 at 9:43 AM, Lukas Geiger wrote: > Hi everyone, > > I just published “Hydrogen: Introducing rich multi language documents” > powered by Jupyter inside GitHub's Atom text editor. > > I hope you like it! > > Cheers, > Lukas > > -- >

Re: [jupyter] conda and python default kernel

2017-04-04 Thread Matthias Bussonnier
On Tue, Apr 4, 2017 at 7:11 AM, wrote: > Hi, > Could anyone provide some details on the below? > > I have anaconda2 and anaconda3 installed. You shouldn't need to. You can use Python2 and Python3 at the same time regardless of the anaconda you install. > In Jupyter Notebook, I see conda > and p

Re: [jupyter] Custom action for showing/hiding/toggling menu bar

2017-04-06 Thread Matthias Bussonnier
That should work, you can even use $(...).toggle() to simplify the logic :-) PR welcomed. -- M On Apr 5, 2017 14:39, "Milos Miljkovic" wrote: > Hi, > > If I wanted to add a custom notebook action for showing/hiding/toggling > menu bar, would including the code below into > /notebook/static/not

Re: [jupyter] Jupyter Notebook/Conda best practices

2017-04-06 Thread Matthias Bussonnier
Hi Paul. Up until recently, conda was shipping with nb_kernel_extension (or I don't remember the name) that would automatically discover kernel in multiple env. So 2 is IMHO (prefered). Also at some point the notebook _server_ will drop Python 2, so you will have to run the server from a separate

[jupyter] `Framework :: Jupyter` now available on PyPI.

2017-04-06 Thread Matthias Bussonnier
Hi all, The `Framework :: Jupyter` Trove classifier is now available on PyPI. if you have a package that works with Jupyter you should be able to tag your next release with this classifier. Thanks to the PyPI maintainers who made this possible. -- Matthias -- You received this message because

Re: [jupyter] newbie trouble importing notebooks

2017-04-13 Thread Matthias Bussonnier
Hi Andy, I would suggest to look at https://github.com/ipython/ipynb , which is supposed to do what you want by walking the AST. We need to polish it and advertise it more, feedback (and contributions) would be welcome. -- Matthias On Thu, Apr 13, 2017 at 5:28 PM, Andy Davidson wrote: > Hi > >

Re: [jupyter] newbie trouble importing notebooks

2017-04-14 Thread Matthias Bussonnier
.html"""; > ^ > IndentationError: unexpected indent > > > 2) I needed to use import 'as'. I think the https://github.com/ipython/ipynb > readme.md needs to be update. > > > Here is an example > > > import ipynb.fs.defs.myMathFunction

Re: [jupyter] newbie trouble importing notebooks

2017-04-14 Thread Matthias Bussonnier
'relative imports' how ever I could not get it to > work > > > On Friday, April 14, 2017 at 1:17:12 PM UTC-7, Matthias Bussonnier wrote: >> >> Hi Andy, >> >> Yes, feel free to report a bug there, we can try to follow-up on the >> repository

Re: [jupyter] ports for jupyter notebooks

2017-05-08 Thread Matthias Bussonnier
Thanks Thomas for the response ! Also as a side note, if you have any security concerns or thought you have found any security vulnerability that you do not want to disclose publicly, feel free to write to ipython-secur...@googlegroups.com. Thanks -- Matthias On Mon, May 8, 2017 at 6:13 AM, Tho

Re: [jupyter] [ANN] nbconvert 5.2.1 release

2017-05-25 Thread Matthias Bussonnier
iduals who contributed to this release (in > alphabetical order): > > * Adam Chainz > * Andreas Mueller > * Bartosz T > * Benjamin Ragan-Kelley > * Carol Willing > * Damián Avila > * Elliot Marsden > * Gao, Xiang > * Jaeho Shin > * Jan Schulz > * Jeremy Kun &g

Re: [jupyter] c.InteractiveShellApp.matplotlib='auto' breaks %matplotlib notebook

2017-05-27 Thread Matthias Bussonnier
M is right, you can use --TerminalIPythonApp.matplotlib that should apply only to the terminal frontend. --IPKernelApp.matplotlib would apply only to the kernel. Usually when I have a question like that, I use the following (replace matplotlib by whatever option you need) to see all the options av

Re: [jupyter] How to share a Jupyter installation for team notebook development

2017-05-31 Thread Matthias Bussonnier
Hi Heath, You seem to have missed https://gitter.im/jupyterhub/jupyterhub, which is what you should investigate if you want to have many users, and if you want an all in browser environment; look at https://github.com/jupyterlab/jupyterlab which is still in development but should be way better in

  1   2   3   >