jonathanindig

Results 55 comments of jonathanindig

The text dropdown not being available in the cell drop down was intentional, please see #632 for more information. As indicated, we're willing to revisit that decision given more data...

Python, using the `plotly` package: ```python import plotly.graph_objects as go fig = go.Figure( data=[go.Bar(y=[2, 1, 3])], layout_title_text="A Figure Displayed with fig.show()" ) kernel.display.html(fig.to_html() ``` Setting up compatibility for plotly-scala should...

That would be great! We'd be happy to review a PR if you or anyone else would like to implement this! 😄

HI @shangqing-li, it sounds like #243 is exactly what you're asking about! We don't have that feature yet, but one workaround might be just having a template `.ipynb` file that...

I guess the word "predef" is overloaded - in #243 I was always intending "predef" to mean "a predefined first cell (that users can see/edit)". But I can see how...

@jeremyrsmith I agree! Like I said, I think the most straightforward way to handle this would be to allow users to specify the contents of the first cell in the...

Would you mind adding a couple screenshots or a screencast to showcase the new functionality?

Hi @aviatesk thanks for the report! Unfortunately I'm not using EMR so it's tricky for me to test out. A couple questions: First, does this only happen with PySpark, or...

By the way, if the above suggestions don't work, feel free to hop on our [Gitter chat](https://gitter.im/polynote/polynote) for further troubleshooting. There might be other users who are using EMR who...

@antonkulaga Out of curiosity, do you have a concrete example of the kind of bash workflows you're talking about? Not very familiar with bioinformatics but I'd like to learn more...