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

Fix/limit output2 #882

Merged
merged 3 commits into from
Feb 14, 2017
Merged

Conversation

juhasch
Copy link
Member

@juhasch juhasch commented Feb 11, 2017

Depending on kernel type, limiting different message types is important.
For Python, stream type messages are the most common use case.

@@ -37,3 +37,13 @@ counted, and if either exceeds `limit_output` characters will be truncated to
The `limit_output_message` parameter can be formatted to display the
`limit_output` length and the current `output_length`, using the respective
replacement fields `{limit_output_length}` and `{output_length}`.


Parameter | Type | Description
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately table markdown isn't supported by the recommonmark parser which is currently producing the readthedocs pages. I've used bullet lists instead, although they aren't really as good as a table would be

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for letting me know. Fixed it.

@jcb91
Copy link
Member

jcb91 commented Feb 11, 2017

nice!

@juhasch juhasch merged commit a29856b into ipython-contrib:master Feb 14, 2017
@juhasch juhasch deleted the fix/limit_output2 branch February 15, 2017 17:06
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

Successfully merging this pull request may close these issues.

2 participants