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

Create an Options menu with a way to move notebooks #13

Closed
ccordoba12 opened this issue Jan 7, 2017 · 1 comment
Closed

Create an Options menu with a way to move notebooks #13

ccordoba12 opened this issue Jan 7, 2017 · 1 comment
Assignees
Milestone

Comments

@ccordoba12
Copy link
Member

So people could use an untitled notebook to do some exploratory work and then they'd like to rename and move that notebook to another place.

We need to add an option in the Options menu of the notebook to do exactly that :-)

@dalthviz, please work on this one too.

@ccordoba12 ccordoba12 added this to the v0.1 milestone Jan 7, 2017
@ccordoba12
Copy link
Member Author

ccordoba12 commented Jan 9, 2017

Some ideas for this:

  1. The option must be called Save as....
  2. As with the Editor, it must open a file dialog to pick up a file name and location in the operating system.
  3. After the user has selected that, we must close the current untitled file, move that file to the user's selected path and reopen it with create_new_client again.

Note: Unfortunately, that won't preserve the kernel of the untitled notebook with the new file, but I think that's ok for a 0.1 version.

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

No branches or pull requests

3 participants