Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using Interact mess up notebook menu items #277

Closed
xgdgsc opened this issue Nov 14, 2018 · 4 comments
Closed

using Interact mess up notebook menu items #277

xgdgsc opened this issue Nov 14, 2018 · 4 comments

Comments

@xgdgsc
Copy link

xgdgsc commented Nov 14, 2018

After running using Interact in jupyter notebook. The anchors in the menu items like Edit -> Find and Replace ( <a href="#"> Find and Replace </a> ) would change from http://localhost:8888/MY_NOTEBOOK_PATH.ipynb# to http://localhost:8888/# . Any following click on menu items would cause a disastrous redirect to root.

I' m using

julia> Pkg.installed()["Interact"]
v"0.9.0"
julia> Pkg.installed()["IJulia"]
v"1.14.1"

initially asked at JuliaLang/IJulia.jl#780.

@piever
Copy link
Collaborator

piever commented Nov 14, 2018

I suspect it is related to JuliaGizmos/AssetRegistry.jl#3, maybe worth asking over at AssetRegistry.

@shashi
Copy link
Member

shashi commented Nov 14, 2018 via email

@xgdgsc
Copy link
Author

xgdgsc commented Nov 15, 2018

I don' t have WebIO installed before you ask. After installing WebIO v0.4.2 it still happens.

@xgdgsc
Copy link
Author

xgdgsc commented Nov 15, 2018

It' s interesting it doesn' t happen after I find the theme with toolbar missing and reset with jt -r and reenable with jt -t monokai -f fira -fs 12 -T -N. Maybe it' s something I messed up trying to enable the font ligatures. Thanks.

@shashi shashi closed this as completed Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants