Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to handle drives when creating new files #15939

Open
jtpio opened this issue Mar 7, 2024 · 6 comments
Open

Document how to handle drives when creating new files #15939

jtpio opened this issue Mar 7, 2024 · 6 comments

Comments

@jtpio
Copy link
Member

jtpio commented Mar 7, 2024

Follow-up to #15291

As discussed in #15291 (comment), there should be some documentation to show how to make use of drives when creating new files.

This is also related to jupyterlab/extension-examples#215

@westurner
Copy link

  • Where does it display which drive(s) are open?

@westurner
Copy link

  • Should there be a configuration screen per drive, is that up to plugins to do?

@westurner
Copy link

westurner commented Sep 20, 2024

documentation to show how to make use of drives when creating new files.

Create a new file workflow(s) (that i just wrote up the other day:)

A. File > New > {Notebook, Text File,}
B. Launcher tab > Notebook card
C. File Browser > right click > New Notebook
D. Command Palette (Ctrl-Shift-C) > New Notebook (or just "new n") > <Enter>

All of these will implicitly create a notebook in the (primary or default or only?) drive.

Where does it display which drive(s) are open?

Possible UI solutions for drive selector:

  • Sidebar > File Browser sidebar tab above the filter field
  • Sidebar > "Running Terminals and Kernels" tab; before or after "Language Servers"
    • Clicking on the terminal icon in the statusbar already opens the "Running Terminals and Kernels" tab
  • Statusbar
  • {Menu > Settings, Command Palette, Ctrl-,} > Settings Editor > _

Code for this:

Standard things for an integration tests demo app and each plugin to test:

@westurner
Copy link

westurner commented Sep 20, 2024

Collaborative Drives should also be selectable from the one Drive(s) Selector widget:

@westurner
Copy link

westurner commented Sep 20, 2024

Maybe

@westurner
Copy link

westurner commented Sep 20, 2024

  • ?,UI: If there can be multiple drives attached / mounted / configured, which is the primary?
  • Can there be multiple instances of the same drive attached (each with different configuration)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants