Jakob Jul Elben

Results 14 comments of Jakob Jul Elben

Any news on this?

From #69 It would be really great with at least one example on how to use the library to do ML predictions. It would be great if it showed the...

Or maybe this to run plots out of the box in google colab. ```python class Chart(chartify.Chart): def __enter__(self): import bokeh bokeh.io.output_notebook() return self def __exit__(self, type, value, traceback): self.show() ```

Try to take a look at this notebook. https://colab.research.google.com/notebooks/charts.ipynb#scrollTo=nv8P3UYm6SiQ You need to use output_notebook function within the cell.

Seems to be pretty closely connected to this issue #373. Should I close this Issue?

I've solved this problem by: ```python from polyglot.text import cached_property, Text class TextOverride(Text): @cached_property def polarity(self): """Return the polarity score as a float within the range [-1.0, 1.0] """ scores...

@tiangolo thanks for clarifying. Closing the issue now.

Try to reinstall git

Come down to the TAs today. Then we'll try to make it work