stefaneidelloth
stefaneidelloth
Is there already an argument that can be used to pass predefined colors to the ColorPicker?  https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#Color-picker
Is there a way to automatically update the dependent cells? I am looking for a behavior that is similar to the behavior of reactive observablehq notebooks or akernel: https://github.com/davidbrochart/akernel Related:...
Please provide an extension example for showing a "Save as ..." dialog. Also see https://github.com/jupyterlab/jupyterlab/issues/9271
Lets assume I have some data with four variable levels: ``` df = pyam.IamDataFrame(pd.DataFrame([ ['IMG', 'a_scen', 'World', 'Emissions|CO2|Energy|Oil', 'Mt CO2/yr', 2, 3.2, 2.0, 1.8], ['IMG', 'a_scen', 'World', 'Emissions|CO2|Energy|Gas', 'Mt CO2/yr',...
I am able to load a javascript file "main.js" using its absolute file path file:/D:/EclipseJava/workspace/javafxDemo/target/classes/javafxDemo/main.js ``` String url = JavaFxApp.class.getResource("./main.js").toExternalForm(); var initialBrowserContent = // "" + // " " +...
I am able to load a javascript file "main.js" (that is located in the same folder as my Java main class) and has the content `alert("hello from javascript file");` I...
Hello, I would like to embed a dynamic geographic map on my webpage with some kind of two click solution, so that the users are asked before open street map...
I use JupyterLab 3.2.3 and installed ipylab 0.5.2 using pip. Following notebook code ``` from ipylab import JupyterFrontEnd app = JupyterFrontEnd() commands = app.commands.list_commands() commands ``` returns an empty array....
In addition to markdown cells, I would also like to see spell checking for code cells to find typos in variable and function names.
Could/should I use iframemanager to embed a leaflet map in a gdpr complient way? Is there some example? Or can you recommend a different solution? I would like to define...