Configuration to save output in notebooks #2561
-
I hadn't used the 4.X releases until recently and while I appreciate the way data_server allows for a much friendlier iterative analysis/development cycle, I'm confused as to the recommended workflow. I thought I could accomplish this by disabling the following: # alt.data_transformers.enable('data_server') and/or adding this back in: alt.renderers.enable('notebook') I'm interested in best practices for both jupyter lab and jupyter notebook. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can use
|
Beta Was this translation helpful? Give feedback.
You can use
alt.renderers.enable('mimetype')
as mentioned on this page: