-
Notifications
You must be signed in to change notification settings - Fork 76
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
Comments
I suspect it is related to JuliaGizmos/AssetRegistry.jl#3, maybe worth asking over at AssetRegistry. |
Which version of WebIO are you using?
…On Wed, Nov 14, 2018, 6:50 AM Pietro Vertechi ***@***.*** wrote:
I suspect it is related to JuliaGizmos/AssetRegistry.jl#3
<JuliaGizmos/AssetRegistry.jl#3>, maybe worth
asking over at AssetRegistry.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#277 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABlPNphNuN-2HQLFmj3MTjfpYOSnoy3ks5uvANxgaJpZM4YddjQ>
.
|
I don' t have WebIO installed before you ask. After installing WebIO v0.4.2 it still happens. |
It' s interesting it doesn' t happen after I find the theme with toolbar missing and reset with |
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 fromhttp://localhost:8888/MY_NOTEBOOK_PATH.ipynb#
tohttp://localhost:8888/#
. Any following click on menu items would cause a disastrous redirect to root.I' m using
initially asked at JuliaLang/IJulia.jl#780.
The text was updated successfully, but these errors were encountered: