Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Can't find the schedule button appeared in the dynamic tool bar. #64

Open
reallyhappypig opened this issue Jul 31, 2019 · 11 comments
Open

Comments

@reallyhappypig
Copy link

image
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.

@reallyhappypig
Copy link
Author

复制 - copy, 重命名 - rename, 移动 - move , 下载 - download , 查看 - view , 编辑 - edit

@reallyhappypig
Copy link
Author

image
add the version is unknown.

@qwjlegend
Copy link
Contributor

image
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.

Hello,
Can you confirm if you have run all the bellow commands to install scheduler extensions (https://ppextensions.readthedocs.io/en/latest/ppextensions-scheduler/scheduler/)?

jupyter nbextension install scheduler --user --py 
jupyter nbextension enable scheduler --user --py
jupyter serverextension enable scheduler --py --user 

Also, yes the PYPI version is somehow out of sync with github, we will publish the new version to PYPI soon.

Thanks and let me know if you are still facing the problem!

@reallyhappypig
Copy link
Author

Thanks for your reply.
yes,i run all of follow:
(https://ppextensions.readthedocs.io/en/latest/ppextensions-scheduler/scheduler/)

jupyter nbextension install scheduler --user --py
jupyter nbextension enable scheduler --user --py
jupyter serverextension enable scheduler --py --user
and
also try run
jupyter nbextension install scheduler --sys-prefix --py
jupyter nbextension enable scheduler --sys-prefix --py
jupyter serverextension enable scheduler --py --sys-prefix
follow : https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/master/README.md

image

but the problem is still.

@qwjlegend
Copy link
Contributor

image
Can you open up the browser console and check these two lines are presented or not?

Also on a separate note, we have synced the github version with PYPI, you can run pip install ppextensions --no-cache-dir to get the latest version

@reallyhappypig
Copy link
Author

image
image

@reallyhappypig
Copy link
Author

My js is Arguments(3) length: 3 but not 4.
and when i pip install the ppextensions with --no-cache-dir ,the dir /usr/local/miniconda3/envs/a1/lib/python3.6/site-packages/scheduler/static still has no file with
daginfo.html editdag.html scheduler.js schedulermain.js, i still need to copy from files from source dir of /opt/PPExtensions-master/scheduler/static to the conda a1 env.

@reallyhappypig
Copy link
Author

image
that's all what i have done when install.

@reallyhappypig
Copy link
Author

image
why the dir is nearly empty?

@reallyhappypig
Copy link
Author

image
Does it matter?

@reallyhappypig
Copy link
Author

reallyhappypig commented Aug 7, 2019

image
i found the filename is not correct, so copy from source, the error is disappear .
image
but the button still not appeared in the dynamic tool bar.
can you show me the version of PPExtensions and the version of Notebook,
and can you show me the page picture what it looks like.
thank u very much.
@qwjlegend

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants