Re: [jupyter] Binder Lets Me Upload Custom Modules!?

2018-03-11 Thread Lawrence D’Oliveiro
On Saturday, March 10, 2018 at 10:21:16 PM UTC+13, Matthias Geier wrote: > > But your notebook examples still don't work, you'll have to specify the > additional requirements as described in > http://mybinder.readthedocs.io/en/latest/using.html. > > Thanks for that info. I assume that my

[jupyter] Binder Lets Me Upload Custom Modules!?

2018-03-09 Thread Lawrence D’Oliveiro
Hey, I’m impressed. Just for fun, I thought I would put my Qahirah Notebooks on mybinder.org. Initially they couldn’t find qahirah.py, of course, but once I had uploaded that , they seemed to work. And here they are

Re: [jupyter] Jupyter Lab and ISO 8601

2018-02-26 Thread Lawrence D’Oliveiro
On Saturday, February 24, 2018 at 5:55:20 PM UTC+13, ellisonbg wrote: > > Not sure how I feel about showing users ISO 8601 formatted datetimes > though. > It is not a particularly human friendly datetime format. > It’s standard in Japan. And it *is* an international standard, after all.

Re: [jupyter] Android Native FrontEnd for Jupyter Notebook

2018-02-10 Thread Lawrence D’Oliveiro
On Thursday, February 8, 2018 at 6:32:39 AM UTC+13, takowl wrote: > > > BTW, we're not keen on people combining the Jupyter logo with other > elements. > Do we need a community-developed logo motif, freely usable by related projects, that the Jupyter project does not own? -- You received

[jupyter] Re: Feature or a bug - when editing existing text, sometimes replace the next character

2018-02-02 Thread Lawrence D’Oliveiro
On Saturday, February 3, 2018 at 12:18:28 PM UTC+13, Xtian Simon wrote: > > If you've used the text editor VIM, then you know the Replace mode. > I’ve used the text editor Emacs, and I know the Replace mode. > How do you toggle regular editing and this Replace behavior? > That’s usually what

Re: [jupyter] bug with logout?

2018-01-22 Thread Lawrence D’Oliveiro
On Monday, January 22, 2018 at 9:07:20 PM UTC+13, Roland Weber wrote: > > On Saturday, January 20, 2018 at 12:08:16 AM UTC+1, Lawrence D’Oliveiro > wrote: > > Surely it’s the other way round, the usual practice being to maintain a >> store of *valid* tokens, with a fin

Re: [jupyter] bug with logout?

2018-01-19 Thread Lawrence D’Oliveiro
On Saturday, January 20, 2018 at 4:59:06 AM UTC+13, Tim Harsch wrote: > > ... we need to configure our app to have a persistent store of invalidated > tokens to ensure they can't be re-used after logout. > Surely it’s the other way round, the usual practice being to maintain a store of *valid*

Re: [jupyter] More on DNS rebinding

2018-01-18 Thread Lawrence D’Oliveiro
On Wednesday, January 17, 2018 at 4:44:38 AM UTC+13, Matthias Bussonnier wrote: > > ... and a flag to disable it with a big warning ... > I think a simple name like “enable DNS insecure mode” would do the trick. I don’t think big warnings are very useful: people just ignore them. But use a

[jupyter] Re: Online converter notebook->html

2018-01-18 Thread Lawrence D’Oliveiro
On Wednesday, January 17, 2018 at 11:38:38 AM UTC+13, Angel Marchev, Jr. wrote: > >> ...my saved notebook ... is converted to standard html form ... > Isn’t that what happens when viewing it in the browser? -- You received this message because you are subscribed to the Google Groups

[jupyter] Re: Protected Jupyter Notebooks

2018-01-06 Thread Lawrence D’Oliveiro
On Sunday, January 7, 2018 at 6:41:02 AM UTC+13, insearcho...@gmail.com wrote: > > > On Thursday, 4 January 2018 19:07:13 UTC-5, Lawrence D’Oliveiro wrote: > > On Friday, January 5, 2018 at 6:14:54 AM UTC+13, insearcho...@gmail.com >> wrote: >> > >>>

[jupyter] Re: Protected Jupyter Notebooks

2018-01-04 Thread Lawrence D’Oliveiro
On Friday, January 5, 2018 at 6:14:54 AM UTC+13, insearcho...@gmail.com wrote: > > I'd like to create a Jupyter version of a textbook I am working on and > need to consider piracy of the content. > > Isn’t that what copyright is for? -- You received this message because you are subscribed to

[jupyter] Re: environment variables in terminal

2017-12-26 Thread Lawrence D’Oliveiro
On Wednesday, December 27, 2017 at 9:44:28 AM UTC+13, Gideon Simpson wrote: > > ... when I open one of these web based terminals, it does not appear to > source my .profile which sets an LD_LIBRARY_PATH variable needed for some > libraries. > >From the docs

[jupyter] Re: how to test for running server?

2017-12-20 Thread Lawrence D’Oliveiro
On Wednesday, December 20, 2017 at 11:44:35 AM UTC+13, Tim Harsch wrote: > > I see with JupyterHub API you can POST or DELETE to /users/{name}/server > but there doesn't seem to be a GET. If that's true is there another way I > can test for a running server other than POST or DELETE which have

[jupyter] Re: How does jupyter show dataframe as html table ?

2017-12-19 Thread Lawrence D’Oliveiro
On Wednesday, December 20, 2017 at 3:13:55 PM UTC+13, Jeff Zhang wrote: > > Just wondering how does jupyter do that ? > Python code can format text output as HTML or Markdown, and can also output arbitrary PNG graphics and audio. Examples here

[jupyter] Re: Where can I find materials for how to use IPython api

2017-12-19 Thread Lawrence D’Oliveiro
On Wednesday, December 20, 2017 at 12:51:28 AM UTC+13, Jeff Zhang wrote: > > > I'd like to embed IPython in my project, so I would use the internal api > of IPython. The only thing I can find for now is this link > https://ipython.readthedocs.io/en/stable/ > But what other materials that I can

Re: [jupyter] Unable to Update jupyter via PIP on Mac

2017-12-15 Thread Lawrence D’Oliveiro
On Saturday, December 16, 2017 at 8:15:10 AM UTC+13, Matthias Bussonnier wrote: > > > I even think this is due to apple System Integrity Protection[1], this > makes part of the macOS filesytem read-only because you should really, > really, really not change these files/directories. One of the

[jupyter] Re: Magic to embed maps in notebooks

2017-12-10 Thread Lawrence D’Oliveiro
On Monday, December 11, 2017 at 7:19:28 AM UTC+13, Tony Hirst wrote: > > Whilst trying to show folk how easy it was to embed interactive maps in > notebooks using things like folium, I kept getting the response that it > still required code familiarity which would be a blocker to some. So I >

[jupyter] Re: How to resolve the port conflict for Jupyter Notebook and Hue? Thanks.

2017-12-02 Thread Lawrence D’Oliveiro
On Saturday, December 2, 2017 at 3:44:07 PM UTC+13, Pasle Choix wrote: > > ./jupyter notebook --*port 8880* > Here’s the kind of shell script I use: #!/bin/bash PREFIX=~/virtualenv/jupyter exec $PREFIX/bin/jupyter-notebook --NotebookApp.port=8889 --no-browser -- You received this message

[jupyter] Re: Moving Terminado into Jupyter maintenance

2017-11-30 Thread Lawrence D’Oliveiro
On Tuesday, November 21, 2017 at 2:50:42 AM UTC+13, takowl wrote: > > It would certainly be nice to provide terminals on Windows as well ... > But Microsoft has added a Linux layer to Windows. Won’t this make the issue moot? -- You received this message because you are subscribed to the

[jupyter] Re: nbdime does not exit with Ctrl-C on Windows

2017-11-30 Thread Lawrence D’Oliveiro
On Tuesday, November 28, 2017 at 8:42:40 AM UTC+13, Denis Akhiyarov wrote: > > Any reason why nbdime cannot exit with Ctrl-C if launched in interactive > web mode? > Perhaps because CTRL/C means Copy in Windows? -- You received this message because you are subscribed to the Google Groups

[jupyter] Re: Per Cell Kernels

2017-11-21 Thread Lawrence D’Oliveiro
On Monday, November 13, 2017 at 7:14:36 PM UTC+13, Joshua Marshall Moore wrote: > > Hey wouldn't it be great if the kernels could work on a cell level, so > that different installed kernels can run in the same notebook, say bash, > python, and javascript. > Or you could add those functions

Re: [jupyter] interact with command-line tools from the notebook

2017-06-12 Thread Lawrence D’Oliveiro
On Monday, June 12, 2017 at 11:27:08 PM UTC+12, takowl wrote: > > On 10 June 2017 at 00:12, Lawrence D’Oliveiro <lawren...@gmail.com > > wrote: > >> Isn’t that what select <https://docs.python.org/3/library/select.html> >> is for? > > > select() wi

[jupyter] Re: Audio from remote Jupyter setup

2017-06-11 Thread Lawrence D’Oliveiro
On Friday, June 9, 2017 at 8:14:29 AM UTC+12, Iztok Jeras wrote: > > I would like to have audio support in a browser while accessing Jupyter on > another computer. > This is quite easy: from IPython.display import Audio Audio(url="http://www.nch.com.au/acm/8k16bitpcm.wav;) (example

[jupyter] Re: newbie: is there an easy way to scope variables to a cell?

2017-06-11 Thread Lawrence D’Oliveiro
On Thursday, June 8, 2017 at 10:07:44 AM UTC+12, Andy Davidson wrote: > > What I have noticed is that in a given cell I typically define a function > and some additional test code. Often the test code defines some variables. > The bug tends to be latter I define a new function f2() that

[jupyter] Re: Opening Jupyter Notebook via Terminal--Linux Mint 18.1

2017-06-11 Thread Lawrence D’Oliveiro
On Sunday, June 4, 2017 at 10:19:28 AM UTC+12, Taner Kiral wrote: According to this > > > link, this has something to do with the ownership of a library ending in > /Library/Jupyter (it's not in my home folder

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

2017-06-09 Thread Lawrence D’Oliveiro
On Thursday, February 16, 2017 at 1:40:14 PM UTC+13, John Miller wrote: > > Eventually I managed to convince github and MELPA to treat my repository > as the official version of ein. There was some short-lived talk of renaming > my fork to 'zwei' ... > Where have we heard those puns before

Re: [jupyter] interact with command-line tools from the notebook

2017-06-09 Thread Lawrence D’Oliveiro
On Wednesday, May 17, 2017 at 3:50:33 AM UTC+12, takowl wrote: > > There's nothing automatic, because we can't tell when a process is waiting > for input. > Isn’t that what select is for? -- You received this message because you are subscribed

[jupyter] Web Census Notebook: A new tool for studying web privacy

2017-06-09 Thread Lawrence D’Oliveiro
Came across this item on the Freedom to Tinker website, where they describe a Jupyter notebook they have created to analyze data collected by their open-source privacy-measurement tool OpenWPM.

Re: [jupyter] Re: Output cell history / diff?

2016-11-13 Thread Lawrence D’Oliveiro
On Monday, November 14, 2016 at 2:24:32 PM UTC+13, Patrick Surry wrote: > > > On Sun, Nov 13, 2016 at 3:06 AM Lawrence D’Oliveiro <lawren...@gmail.com > > wrote: > >> On Friday, October 28, 2016 at 4:41:38 AM UTC+13, Patrick Surry wrote: >> >> I oft

[jupyter] Re: IPython: how to move to the last line?

2016-10-24 Thread Lawrence D’Oliveiro
On Thursday, October 20, 2016 at 8:33:56 AM UTC+13, Hai Nguyen wrote: > > > I do not know the shortcut to move cursor to the last line ... > CTRL-Home and CTRL-End seem to work for me to go to the beginning and end of a cell’s contents. -- You received this message because you are subscribed

[jupyter] Csound Magic

2016-10-23 Thread Lawrence D’Oliveiro
The latest addition to my ipy_magics repo is the %%csound magic for embedding Csound code in a cell. Cell output shows the usual Jupyter audio widget that you can use to play or save the generated audio. If you don’t know what Csound

[jupyter] Re: An incredible piece about OSS sustainability

2016-07-17 Thread Lawrence D’Oliveiro
On Sunday, July 17, 2016 at 1:48:47 PM UTC+12, Fernando Perez wrote: https://storify.com/Lukasaoz/open-source-infrastructure-white-paper > > >

[jupyter] Re: Jupyter VPython 1.0.2

2016-07-14 Thread Lawrence D’Oliveiro
On Thursday, July 14, 2016 at 11:08:48 AM UTC+12, Bruce Sherwood wrote: Jupyter VPython is an unusually easy to use environment for doing > computational modeling with navigable real-time 3D animations. > Does it not do Python 3? -- You received this message because you are subscribed to