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
{{ message }}
This repository was archived by the owner on Jul 20, 2020. It is now read-only.
I try to install PPExtensions by command "pip install ppextensions" , the version 0.0.4 is installed.
but when i execute "jupyter nbextension install scheduler --user --py "
can't find the scheduler module.
so i try to "pip install ." from the src, the version 0.0.5 is installed.
and i copy the scheduler folder into conda env. and then i can get the "scheduled jobs" page,
but i still can't find the schedule button appeared in the dynamic tool bar.
how should i do to get it.
i really need u help, hope you reply. thanks.