You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a number of dependencies that we're currently using that I'd be happy if we were to remove them:
ipywidgets
plotnine
We need to do the following for every dependency
Check where we're using it in the code
Remove the dependency
Rewrite the code with an alternative implementation using more fundamental dependencies. For example, when removing plotnine, we want to use matplotlib and seaborn
Create a PR
The text was updated successfully, but these errors were encountered:
Description of feature
There's a number of dependencies that we're currently using that I'd be happy if we were to remove them:
We need to do the following for every dependency
The text was updated successfully, but these errors were encountered: