easydata icon indicating copy to clipboard operation
easydata copied to clipboard

A flexible template for doing reproducible data science in Python.

Results 72 easydata issues
Sort by recently updated
recently updated
newest added

Our hack to "lock" the environment loses the editable module for src Add a script to detect this line and change it back to a `-e .`

Potentially use figshare for the slides and other images?

Would be nice to be able to see what the data sources are (url+names etc.) for a DataSource object.

- A deprecation warning is thrown if you use IPython.core.display. IPython.display is the new syntax.

Goal: ship a tarball that excludes the git repo info (and checks that it's not included)

``` >>> make delete_environment del environment.Windows-10-10.0.19042-SP0.lock.yml process_begin: CreateProcess(NULL, del environment.Windows-10-10.0.19042-SP0.lock.yml, ...) failed. make (e=2): The system cannot find the file specified. make: *** [Makefile.envs:34: delete_environment] Error 2 ``` the `del`...

bug

Create a generic test that takes a list of notebooks and verifies they run to completion. default: ["00"]

enhancement

The way that we currently generate lock files adds a line that looks like ``` prefix: ``` We'd like lock files to be able to be checked in. We need...

test_notebook_generic_edge is super slow. Change it to download something smaller

It gives the conda default version of python: https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-python.html. This can be misleading.