IBM / jupyterlab-s3-browser

A JupyterLab extension for browsing S3-compatible object storage
Apache License 2.0
119 stars 41 forks source link

New Notebook file is not created in S3 #108

Open kztwigex opened 6 months ago

kztwigex commented 6 months ago

Hi,

When I right-click and select 'New notebook,' a new notebook is opened, but it is not saved to S3; instead, it is saved in the default directory alongside 'lost+found.' Is this the intended behavior, or I am missing something and I should be able to create new notebooks directly from the plugin UI and have them automatically saved to S3?

When I use 'New File' or 'New Folder,' these actions successfully create files (excluding .ipynb) and folders in S3 storage. Also notebooks that are uploaded to S3 storage from an external tool, such as Minio, can be opened, and any changes made to them are successfully saved.

ValerioSpenn commented 4 months ago

Hello everyone, saving .ipynb file is not supported?

llaranjeira commented 1 month ago

I am experiencing the same issue. Is there a way to make jupyterlab (with extension jupyterlab-s3-browser) open a new notebook on S3?

llaranjeira commented 1 month ago

@DavidReeve, can you offer some help here?

wouali commented 4 weeks ago

I tried to save .ipynb file in the S3 storage through S3 browser without success. Did you find any workaround ?