Paul Deitel

Results 24 issues of Paul Deitel

Hi, I am able to run the docker container, but am unable to attach a local folder so I can save my work. When I run the container, it says...

It appears that this kernel uses GCC 7.3, but the current version is 9.1. Are there any plans to update this?

Hi, Does this kernel support technical corrections and clarifications to defects in C18? Thanks, Paul

I've seen tools for creating slideshow presentations using traditional Jupyter, but not JupyterLab. Dos anyone know of tools compatible with JupyterLab? Another option would be tools that enable me to...

This morning I became aware that the Twitter 1.1 APIs are no longer available for new Twitter Developer accounts. Existing accounts were grandfathered, but most people taking this course, reading...

Thanks for this handy module. Is it possible that something has changed with Dweet.io that is causing Dweepy to have a lengthy delay between Dweets? I am trying to send...

It would be great to support _popen/_plose for use in VC++. Looks like someone else did a pull request on this already. I made a similar edit for use in...

Hi, I am trying a slightly modified version of your OpenAiService demo with an OpenAI API key that I just created and confirmed is loading correctly into my code. Any...

When I try `accounts = mastodon.account_search(q='Mastodon') ` I get back mostly results that don't contain the word "Mastodon" in the account name and the main Mastodon account is not even...

Hi, I was trying `Mastodon.trending_statuses` and `Mastodon.trending_links` methods. The docs for each say these methods can receive the `limit` parameter to specify the number of items to return. Both fail...