Sebastian Raschka
Sebastian Raschka
There is currently an issue that `-d` alone doesn't print the date. It only works with `-u`. In my opinion `-d` should work as a standalone argument. ![Screen Shot 2021-02-23...
I think a new flag, e.g., ``` --pull_pkginfo ``` or so could be useful to list all unique packages used in a notebook and the respective version numbers. Right now,...
Currently, nested imports do not seem to work: ### 1) ```python In [1]: from sklearn.model_selection import train_test_split In [2]: %load_ext watermark In [3]: %watermark -iv ``` ### 2) and only...
Remove the whitespaces in --iversion's output so that it's consistent with other output. E.g., ``` %watermark -iv -v -w dask 0.15.1 CPython 3.6.1 IPython 6.1.0 watermark 1.5.0 ``` should be...
Resource: http://stackoverflow.com/questions/37689308/how-to-validate-installation-of-a-jupyter-nbextension
As suggested by @bollwyvl it would be a nice feature to also add a flag for additional info about the Python "environment", e.g,. - python - `conda` - "native" managers:...
I think you meant parameters here in the context of the beta distribution. Although, variables also makes sense given your earlier example, but parameters is the more "official" term :)
## 📚 Documentation Okay, this is a bit of a tricky one. I received some feedback about the organization: > For example in categories for module metrics like Audio, Classification,...
An interesting comparison suggested by Arne Welzel that could be added: ``` # coding: utf-8 # In[1]: import timeit s = " ".join(["128" for x in range(86400)]) def do_split(): return...
Small issue on pg 447: "request.files" isn't formatted in code font like other code examples. 