Coderambling

Results 68 comments of Coderambling

Had a closer look: the /examples part is missing from the URL: https://raw.githubusercontent.com/holoviz/holoviz/main/tutorial/05_Interactive_Pipelines.ipynb should be: https://raw.githubusercontent.com/holoviz/holoviz/main/examples/tutorial/05_Interactive_Pipelines.ipynb See text below in the page: link at the very bottom is correct, the...

Extending to Google Drive would be great as well (or is that what is meant by gcfs)? Google Drive has a Python API with OAuth 2, but I guess that...

Or start with the Top 3 besides S3 if that is already there? So Google Drive, Microsoft and ...

Related to [this PR](https://github.com/holoviz/param/pull/669) ?

Recent reported working example of using fsspec.gui.FileSelector to access remote files in a Notebook with screenshot: https://github.com/fsspec/community/discussions/9 Could this be an already existing solution for this issue @philippjfr ? Especially...

Hi. I ran into the same issue some weeks ago. In Developer tools console, your code shows error: Unable to find supported output mime type on {output_type: 'display_data', data: {…},...

Thank you for trying! I have not been able to try the code in a standalone Jupyter Notebook, instead of in Colab. Do you have access to a Jupyter Notebook...

Thanks for confirming @pkumar0404! Helps a lot to have confirmation that wrapping ipywidgets works in Jupyter Lab. So the issue is defnitely Colab related. Could you possibly run this, or...

Thanks @pkumar0404 ! I was hoping to leverage / re-use existing ipywidget objects, using panel to serve existing ipywidget objects alongside panel objects to a webpage (using among others Panel...