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

Add HTMLMath widget. #1082

Merged
merged 2 commits into from
Feb 7, 2017
Merged

Conversation

jasongrout
Copy link
Member

Also fix HTML and HTMLMath widget so that the description label works.

Fixes #1072.

Also fix HTML and HTMLMath widget so that the description label works.

Fixes jupyter-widgets#1072.
@SylvainCorlay
Copy link
Member

I am a bit confused by what is the scope of the HTML math widget.

  • is it an html widget
  • is it a multi-line MathJax-rendered widget?

@jasongrout
Copy link
Member Author

It is merely an HTML widget with mathematics parsing and typesetting. I don't think we should make the default HTML widget do math typesetting.

@SylvainCorlay
Copy link
Member

I don't think we should make the default HTML widget do math typesetting.

I agree with that. Similarly, I wonder if this is the place for general HTML. Would it make sense to limit this to typesetting?

@SylvainCorlay SylvainCorlay merged commit 9338106 into jupyter-widgets:master Feb 7, 2017
@jasongrout
Copy link
Member Author

I think the common use case will be HTML plus typesetting.

@jasongrout jasongrout modified the milestone: 6.0 Feb 28, 2017
@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 20, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Widget to render html + math?
2 participants