Paul Deitel
Paul Deitel
Translation still failing in 0.17.1: ``` from textblob import TextBlob b = TextBlob("The weather is beautiful today. Tomorrow looks like bad weather.") b.translate(to='es') ``` yields ``` ------------------------------------------------------------------------ HTTPError Traceback (most...
I am doing an example for a live training seminar in which I use the plain text version of the play Romeo and Juliet from Project Gutenberg to display the...
I have a strange issue for the following code, which I am running in ```python from textblob import TextBlob text = 'Today was a beautiful day. Tomorrow looks like bad...
Is there a timeline for updating to the latest JDK17? Thanks!
What is the current OpenJDK version used by this kernel? Is it configurable? If so, how? Thanks! Paul
Hi, I am just curious if there is a schedule for supporting newer versions of Java. Will you be supporting intermediate releases? Just LTS releases? Thanks!
Are there any plans to update the version of clang used? Would love to have C++20 support in an interactive environment.
Hoping to use the kernel to present some C++17/C++20 features in an online webinar.
@SpencerPark is this still an active project? Thanks! Paul
Thanks for creating this kernel. A couple of questions: 1. Are any JShell commands supported by the kernel? If so, how do we use them? For example, it might be...