Steven Silvester
Steven Silvester
Okay, we're good now. The lint job failed because it couldn't yet find the new pytest-jupyter, and the macos jobs are queued due to the recent jupyterlab release.
If I am understanding correctly, these two lines need to be changed to a richer object model: https://github.com/jupyter/jupyter-js-services/blob/master/src/contents.ts#L121 https://github.com/jupyter/jupyter-js-services/blob/master/src/contents.ts#L47 I think they'd need to be `any`, because it could be...
@Carreau, what does the RTmodel consist of? I was seeing RT as a separate plugin providing an `IContents` interface.
Based on discussions this week, we should revert back to `string`, correct?
Okay, let's leave this open and revisit. — Sent from Mailbox On Thu, Nov 5, 2015 at 8:49 AM, Brian E. Granger [email protected] wrote: > I think so, but I...
Hi @episodeyang, I am not familiar with how password protecting is handled normally in notebooks, perhaps @minrk can answer that part. My guess is that you would set the `password`...
Does using `withCredentials` not work? https://github.com/jupyter/jupyter-js-utils/blob/master/src/index.ts#L159 I believe @parente is already using it.
This is using `%matplotlib notebook`? I would not have expected that to work at all yet.
I confess I haven't dealt much with the ipywidgets end of things. Jason has already left for week-long holiday and I am leaving tomorrow for a week as well. I'll...
Also, we changed rendermime again in https://github.com/jupyter/jupyterlab/pull/560 (not released yet).