Re: [jupyter] Guix-Jupyter: Towards self-contained, reproducible notebooks

2019-10-11 Thread Simon Biggs
Wow, just wanted to say thank you. I shall be taking this for a spin, will let you know how I go. Massively appreciate the work you've gone to here! On Friday, 11 October 2019 05:00:05 UTC+11, Jason Anderson wrote: > > Yes, thanks for sharing - I found the ability to switch kernels inline as >

Re: [jupyter] Restrict Endpoint Access

2019-04-17 Thread Simon Biggs
This seems to be hitting a similar set of aims to what scripedforms set out to do, except you have managed to focus on security and support Jupyter widgets. Would you be open to me marking scripedforms as deprecated and point users to your repo/package? -- You received this message because

[jupyter] Re: ScriptedForms v0.10.0 released

2018-11-26 Thread Simon Biggs
Just fixed that pandas output issue. Would you be able to take the new patch release 0.10.1 for a spin? -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[jupyter] Re: ScriptedForms v0.10.0 released

2018-11-22 Thread Simon Biggs
leases page - > https://github.com/SimonBiggs/scriptedforms/releases ? > > On Thursday, 22 November 2018 06:27:50 UTC, Simon Biggs wrote: >> >> http://scriptedforms.com.au >> >>- Quickly create live-update GUIs for Python packages using Markdown >>

[jupyter] ScriptedForms v0.10.0 released

2018-11-21 Thread Simon Biggs
http://scriptedforms.com.au - Quickly create live-update GUIs for Python packages using Markdown and a few custom HTML elements. - Just write in markdown + variables / UI types - Based on Jupyter See it working within mybinder:

[jupyter] Re: Help us help you: Survey [<4 mins] to inform Jupyter extension development (submit before 10/15)

2018-10-06 Thread Simon Biggs
Can I recommend not just looking into a dashboard and python library, but maybe a custom JupyterLab kernel based on the python3 kernel might be the way to go. Potentially users can program just as they are used to and whenever a library is called that is supported by hypernet then that is

Re: [jupyter] Multiple checkpoints of notebooks

2018-08-28 Thread Simon Biggs
Tim has been doing some amazing work on this front. See https://gitter.im/jupyterlab/jupyterlab?at=5b808d881d3a5711b693fe30 -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it,

Re: [jupyter] How to get ipython3-qtconsole running in Jupyter world?

2018-05-17 Thread Simon Biggs
On Ubuntu I do the following: curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash bash pyenv install 3.6.5 pip install qtconsole jupyter qtconsole If you have trouble with that you might be better off downloading Anaconda --

[jupyter] What is the best way to git ignore Jupyter notebook outputs?

2018-05-13 Thread Simon Biggs
I can't claim it's the best way but I use the following: pip install nbstripout nbstripout --install -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [jupyter] ScriptedForms 0.8.0 released

2018-04-03 Thread Simon Biggs
. 2018, 7:27 am Simon Biggs, <amongthehi...@gmail.com> wrote: > ScriptedForms > >- Quickly create live-update GUIs for Python packages using Markdown >and a few custom HTML elements. >- Just write in markdown + variables / UI types >- Based on Jupyter > >

[jupyter] ScriptedForms 0.8.0 released

2018-04-02 Thread Simon Biggs
ScriptedForms - Quickly create live-update GUIs for Python packages using Markdown and a few custom HTML elements. - Just write in markdown + variables / UI types - Based on Jupyter Release Highlights Now have a portable windows version. Update the forms in the zip, rezip the

[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

[jupyter] Create beautiful reactive GUIs for Python packages using Markdown and a few custom HTML elements

2018-02-12 Thread Simon Biggs
Scripted Forms https://github.com/SimonBiggs/scriptedforms Quickly create beautiful reactive GUIs for Python packages using Markdown and a few custom HTML elements. Under the hood it uses the Jupyter Notebook server, Angular, Angular Material, Phosphor and JupyterLab. Display is based upon

Re: [jupyter] An example of what can be built with the JupyterLab ecosystem

2018-02-12 Thread Simon Biggs
:). Cheers, Simon On Tuesday, 13 February 2018 08:32:33 UTC+11, Fernando Perez wrote: > > On Fri, Feb 9, 2018 at 7:27 PM, Simon Biggs <amongt...@gmail.com > > wrote: > >> Is it okay if I resubmit this with a more informative title and more >> prominent link?

Re: [jupyter] An example of what can be built with the JupyterLab ecosystem

2018-02-09 Thread Simon Biggs
Is it okay if I resubmit this with a more informative title and more prominent link? I realised the way I presented it, it was very easy to pass over on the digest email... On Sat., 10 Feb. 2018, 6:20 am Simon Biggs, <amongthehi...@gmail.com> wrote: > Thank Brian :) > > --

[jupyter] An example of what can be built with the JupyterLab ecosystem

2018-02-09 Thread Simon Biggs
Hi, Standing upon the shoulders of giants I have created a tool that allows one to quickly and easily create powerful reactive form like front ends for python scripts and packages using markdown. Check out https://github.com/SimonBiggs/scriptedforms to take it for a spin. Should take less

Re: [jupyter] Using Angular with Jupyterlab Extensions

2017-11-22 Thread Simon Biggs
e to list all these recipe, maybe one of >> JupyterLab (or Phosphor?) wiki or FAQ ? >> If will be easier to refer to later ! >> >> Thanks ! >> -- >> Matthias >> >> On Mon, Nov 20, 2017 at 12:17 PM, Simon Biggs <amongt...@gmail.com >> > wr

[jupyter] Using Angular with Jupyterlab Extensions

2017-11-20 Thread Simon Biggs
I have created an npm package that allows you to use Angular within a Phosphor widget. This results in being able to use Angular for building jupyterlab extensions. The repo is over at: https://github.com/SimonBiggs/phosphor-angular-loader It's on npm as @simonbiggs/phosphor-angular-loader

[jupyter] Data binding and syncing between JavaScript and Kernel

2017-11-03 Thread Simon Biggs
I noticed that declarative widgets achieves data binding and syncing between JavaScript and the kernel. I believe that ipywidgets achieves the same thing. I have been searching their source code trying to find where exactly they achieve this, but I as of yet have been unsuccessful. I am

[jupyter] Re: jupyterlab usability with tabs: Can I save a group of tabs as a "project"

2017-09-19 Thread Simon Biggs
The extensibility of Jupyterlab is amazing. I don't know too much but I have been browsing through the code a bit. It seems there is a "LayoutRestorer": https://github.com/jupyterlab/jupyterlab/blob/b1950dbbe321aa34b1237145bf74177a0542223c/packages/markdownviewer-extension/src/index.ts#L48

[jupyter] Re: Jupyter notebook running Angular 4

2017-07-16 Thread Simon Biggs
I realised what you were doing is quite different to myself. Sorry. On Monday, 17 July 2017 11:19:03 UTC+10, Simon Biggs wrote: > > I haven't tried running Angular inside the notebook, but I have been > trying to use Jupyter services within Angular: > https://github.com/SimonBiggs/s

[jupyter] Jupyter notebook running Angular 4

2017-07-16 Thread Simon Biggs
I haven't tried running Angular inside the notebook, but I have been trying to use Jupyter services within Angular: https://github.com/SimonBiggs/scriptedforms/releases/tag/v0.1.0-alpha.2 Seeing your screenshot however is making me consider seeing if it is worthwhile implementing the other way

[jupyter] Jupyter Notebook Mobile Experience Study

2017-04-26 Thread Simon Biggs
Hi Cameron, That work will be amazing. I would be happy to answer questions. Pop me an email at m...@simonbiggs.net Cheers, Simon -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails

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

2017-01-31 Thread Simon Biggs
Hi Matthias, As a user I really appreciate being able to read these reports. Thank you. On Wednesday, 1 February 2017 08:41:50 UTC+11, Matthias Bussonnier wrote: > > Hi Everyone, > > This is my attempt at writing a weekly summary of our video meeting we > have each > Tuesday. I’m using the

Re: [jupyter] [REL] matplotlib 2.0.0rc2

2016-12-24 Thread Simon Biggs
My supervisor also had this Numpy-MKL error. It had nothing to do with matplotlib 2.0.0rc2 though. We haven't worked out the cause yet. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails

Re: [jupyter] Re: How plausible is an emscripten jupyterlab?

2016-11-22 Thread Simon Biggs
Another point is that ChromeOS has a lot to gain from something like this. Might it be possible to get some funding from Google to pay the wages of someone to implement this? On Wed, 23 Nov 2016, 12:13 PM Simon Biggs <amongthehi...@gmail.com> wrote: As a stepping stone that would still be

Re: [jupyter] Re: How plausible is an emscripten jupyterlab?

2016-11-22 Thread Simon Biggs
As a stepping stone that would still be useful now would it be worth having a way to have tmpnb read notebook files from the browser's IndexedDB? Or will even that stepping stone be exceptionally difficult? On Wed, 23 Nov 2016, 12:01 PM Simon Biggs <amongthehi...@gmail.com> wrote: I

Re: [jupyter] Re: How plausible is an emscripten jupyterlab?

2016-11-22 Thread Simon Biggs
I guess the answer is it is plausible, but it would be a very large amount of work. I don't think I could do such a large amount. If someone does want to work on it I would love to help. On Wed, 23 Nov 2016, 10:04 AM Simon Biggs <amongthehi...@gmail.com> wrote: > Sorry about the mult

Re: [jupyter] Re: How plausible is an emscripten jupyterlab?

2016-11-22 Thread Simon Biggs
Sorry about the multi post. I think it was an issue with swapping windows to and from Google groups on Android. On Wed, 23 Nov 2016, 9:58 AM Simon Biggs <amongthehi...@gmail.com> wrote: > Flex looks like it could be amazing. I shall look into that for a project > I am workin

Re: [jupyter] Re: How plausible is an emscripten jupyterlab?

2016-11-22 Thread Simon Biggs
Flex looks like it could be amazing. I shall look into that for a project I am working on. Thanks for the pointer. With regards to storing the notebook data within the browser I recently used dexiejs (http://dexie.org) for interacting with IndexedDB. Using Dexie I was able to write an

Re: [jupyter] Re: How plausible is an emscripten jupyterlab?

2016-11-22 Thread Simon Biggs
Flex looks like it could be amazing. I shall look into that for a project I am working on. Thanks for the pointer. With regards to storing the notebook data within the browser I recently used dexiejs (http://dexie.org) for interacting with IndexedDB. Using Dexie I was able to write an

Re: [jupyter] Re: How plausible is an emscripten jupyterlab?

2016-11-22 Thread Simon Biggs
Flex looks like it could be amazing. I shall look into that for a project I am working on. Thanks for the pointer. With regards to storing the notebook data within the browser I recently used dexiejs (http://dexie.org) for interacting with IndexedDB. Using Dexie I was able to write an

[jupyter] How plausible is an emscripten jupyterlab?

2016-11-20 Thread Simon Biggs
Supposedly http://repl.it was able to use emscripten to compile CPython to javascript. How plausible might it be to have the base jupyterlab also compiled and have a minimal working version of jupyterlab hosted as a static web page? Am I just talking nonsense, or does the fact the webassembly

[jupyter] Binder VPython update

2016-10-01 Thread Simon Biggs
Thanks Bruce. If you would like I made a fluence demo using ipython and widgets: https://github.com/SimonBiggs/MRS360-Lecture-Widgets/blob/master/Fluence.ipynb Feel free to reuse it if you wish. -- You received this message because you are subscribed to the Google Groups "Project Jupyter"

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

2016-07-15 Thread Simon Biggs
Thank you so much for this. I absolutely love all of your work. A bit of feedback. I'm not sure if this would be better placed within Anaconda distribution or within jupyter proper. I love evangelising jupyter notebook as a tool for those looking to learn Python. In my time of doing that, one