Simon Biggs
Simon Biggs
@robmarkcole this is now available in `scriptedforms-0.9.1.dev2`. To get it to work though you need to install JupyterLab from the `allow-angular-templates` branch within my fork of JupyterLab: https://github.com/SimonBiggs/jupyterlab/tree/allow-angular-templates Hopefully that...
I haven't made one no. Primarily I have been trying to expose elements that have been created over at https://material.angular.io/components/categories (which doesn't have a file picker). However, making a file...
Ahh unfortunately that won't work. :( https://stackoverflow.com/questions/15201071/how-to-get-full-path-of-selected-file-on-change-of-input-type-file-using-jav
I'll think further about it. Let me know if you have any ideas for a nice simple implementation.
@scimax Have a look at the following discussion: https://groups.google.com/forum/#!topic/jupyter/EmsrRq3bs3M A solution to the problem mentioned there will solve your issue too. Ideally a file picker would not be stuck inside...
All right :). Time for me to sharpen my ipywidget skills :)
@jasongrout I'm guessing a good way about it would be to build upon the design of the JupyterLab file browser and try and package it as an ipywidget. Except I'll...
Thanks @jasongrout for your help :). @scimax let me know how you go :) First thing I guess would be to decide if it would be best to use the...
I might take a second look at writing a custom contents manager.
This looks like a good start: https://gist.github.com/DrDub/6efba6e522302e43d055