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

Edit notebook metadata gets awkward with large metadata #6833

Closed
takluyver opened this issue Nov 1, 2014 · 2 comments
Closed

Edit notebook metadata gets awkward with large metadata #6833

takluyver opened this issue Nov 1, 2014 · 2 comments

Comments

@takluyver
Copy link
Member

For cite2c, I'm storing citation info in notebook metadata, which is the sort of thing we're encouraging extension authors to do. However, the 'edit notebook metadata' dialog quickly starts looking rather broken in this kind of case.

Easy: Fix the codemirror instance to behave sensibly with larger amounts of text (at present it just expands horizontally and vertically to fit the contents).

Harder: Integrate something like jsoneditor for dealing with the JSON structure instead of JSON text.

@ellisonbg
Copy link
Member

Yeah, we probably want to have the CM editor use a fixed size with scroll bars.

@minrk minrk changed the title Edit kernel metadata gets awkward with large metadata Edit notebook metadata gets awkward with large metadata Jul 11, 2015
@minrk minrk modified the milestones: not ipython, 4.0 Aug 11, 2015
@Carreau
Copy link
Member

Carreau commented Jul 20, 2017

Closing as this issue is not in IPython itself and if still problematic and relevant should be opened on the right repository. This will allow to keep the number of opened issue on the IPython repo under control.

Feel free to keep commenting or reopen if necessary.

Thanks.

@Carreau Carreau closed this as completed Jul 20, 2017
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

4 participants