mborus
mborus
When formatting cells with magic in it, like ``` [...] import matplotlib.pyplot as plt import seaborn as sns import pandas as pd %matplotlib inline ``` the %%black magic returns the...
Hi, When I started using glom I quickly encountered a roadblock. The APIs I wanted to glom used structures that had dictionaries with non-constant values. (The nested data examples in...
Hi, may I suggest to add a simple HTML example to the getting started page at [https://litepicker.com/#getting-started](https://litepicker.com/#getting-started). At the moment the page doesn't mention that that need to call the...
On windows 10 using Python 3.9.7 the quickstart example crashes at "nomi = pgeocode.Nominatim('fr')" with the error urllib.error.URLError: This is probably caused by the Let's Encrypt certificate. You can do...
Hi, would you mind changing the title of https://chrisalbon.com/python/data_wrangling/pandas_find_unique_values/ to "Find Unique Values In Pandas Dataframe Columns" Currently it comes up a hit for the google question on how to...
* logzero version: 1.7.0 * Python version: 3.9.9 * Operating System: Windows 10 ### Description in line 406 of '__init__.,py' the function def logfile(filename, ... defines filename as a string...
Hi, as promised, some Feedback on the behavior in Windows 10. Installation works fine. If you don't have Jupyter on your system path, it helps to run the installation from...
`I want to add a form to the last row of a table to allow an easy way to add new data. Add ` When I use HTMX to add...
I just tried out the program with a dump made with the current mitmproxy version 11.0.0 When I run the example like mitmproxy2swagger -i -o api.json -p https:///api/v1 it defaults...
 Currently, the Bokeh logo in the Navigation bar has no tooltip. Clicking on it opens the "https://bokeh.org/" page in a new tab. This is confusing for new users that...