Jessica A. Nash
Jessica A. Nash
I use the liveserver fixture in the testing suite for my app. I have recently switched my app to run using [waitress](https://docs.pylonsproject.org/projects/waitress/en/latest/) in the production environment. To run using waitress,...
This PR adds a prompt for `package_name`, separate from `repo_name`. This would address issues like #82, where the error was occurring because the Python package name and the repo name...
On WSL, a problem is encountered in notebook 3 when running this line of code: ``` X_train_unscaled, y_train, formulae_train, skipped_train = generate_features(df_train_sampled, elem_prop='oliynyk', drop_duplicates=False, extend_features=True, sum_feat=True) ``` My error message...
This PR pins the version of jinja2 installed in the environment. The package `pandas_profiling` uses 'escape' from 'jinja2.utils', which is not present in `jinja2` version 3. The environment file as...
README really needs to be updated. How did we miss this for so long??
Documentation episode needs to be updated. - [ ] How to build documentation - [ ] autosummary for pulling out docstrings - [ ] latex math equations - [ ]...
We can include a function which uses a random number and explain how to test that (setting random seed). This could be in the `math` module with the current `mean`...
Hello! This issue is concerning your comments on using argparse. I haven't run your code, but here are a few comments. I see you using `global debug` a lot. This...