CermakM / jupyter-datatables

Jupyter Notebook extension leveraging pandas DataFrames by integrating DataTables and ChartJS.
MIT License
238 stars 27 forks source link

Add a method or ability to deactivate the jupyter-datatable view #28

Closed ZachariahRosenberg closed 4 years ago

ZachariahRosenberg commented 4 years ago

Is your feature request related to a problem? Please describe. The table views are terrific! I have found times, however, where I need to revert back to the old view without all of the graphs/sampling.

Describe the solution you'd like It would be terrific if there could be a method that reverses init_datatables_mode(). Perhaps a method such as jupyter_datatables.enable_datatables(True)

CermakM commented 4 years ago

@ZachariahRosenberg thanks for the suggestion! Do you want give the PR a shot? :)

ZachariahRosenberg commented 4 years ago

Would like to @CermakM - unfortunately I'm blocked by the Conda Env issue #26

Thanks!