I installed Ipython Notebook but html page does not seem correct. Tabs and links do not seem correctly installled. You may see the screenshot samples as attached. Can anyone advise how I can fix this ?
I am sure, it is just internet connection trouble, not IPython (Jupyter) Notebook. But chech up information about Browser Compatibility.
Browser Compatibility. The IPython notebook is officially supported on the following browsers:
Chrome ≥ 13,
Safari ≥ 5,
Firefox ≥ 6.
The is mainly due to the notebook’s usage of WebSockets and the flexible box model.
The following browsers are unsupported:
Safari < 5,
Firefox < 6,
Chrome < 13.
Opera (any): CSS issues, but execution might work
Internet Explorer < 10,
Internet Explorer ≥ 10 (same as Opera).
Using Safari with HTTPS and an untrusted certificate is known to not work (websockets will fail).
This is likely an issue with your cached browser data conflicting with the latest update from Ipython Notebook to Jupyter. Try clearing all web browser history and restarting your browser to see if it helps. Perhaps an incognito window may also help in troubleshooting.
It might be a registry problem on Windows:
https://github.com/ipython/ipython/issues/7024
Related
We are working on some old application. Jscript.NET was used to create this software.
This application only works In Internet Explorer. Other browser do not support it.
Has anyone faced similar issue?
I've been looking for a launch.json config to launch safari with a url from my mac for debugging. I can't seem to locate a way to launch the safari browser and open a url link.
I looked for some extensions, saw the older IOS debugger one and saw some preview in browser extension options. I'm not sure if its possible. I haven't stumbled across a something on the web yet. I'm working with SFCC and a specific safari browser issue.
In the meantime I will try prophet debugger and setting up a default browser of safari on the mac.
Thanks
After logging in on sandbox.paypal.com, the site is loading with many errors and looks horribly broken.
This seems to be localized to me as my coworkers do not seem to have the same issue, nor have I found any reports of others sharing the same issue.
I'm running OS X Yosemite, and have tried viewing this in Chrome, & Firefox as well as using Incognito mode, but I still get the same thing.
My system is fairly stock with regard to the networking configuration. I do not have any extra firewall configured that may be blocking these connections.
I have no trouble with the normal live paypal site.
Where to even begin troubleshooting this? Any help is much appreciated.
Update
Safari 8.0 (10600.1.25) works.
I was using Chrome Beta (39). My coworker was using stable and after uninstalling and reinstalling the current stable Chrome 38.0.2125.111, it is now working in Chrome as well.
The current stable version of Firefox 33.0.2 is still not working.
Looks like paypall sandbox is broken since 3 days. Before everything was ok, now it serwes 144 empty lines before HTML tag and lost css and other resources.
Couple days ago Google Chrome automatically updated from version 31.* to version 32.0.1700.76 m. After that happened it does not show in DevTools network traffic request/responses of "application/msbin1" type anymore. These requests are visible in all other browsers' dev tools (FireFox, IE) and in Fiddler, but not in Chrome. Also Chrome's popup menu in this version is very glitchy.
I don't see the way to downgrade Chrome to previous version. Please help I don't want to uninstall Chrome.
Network traffic does not even show resources (XAP file) a page loads.
Example:
http://www.microsoft.com/silverlight/pixel-shader/demo/
This page loads file SilverlightShaderApp.xap, however dev tools of new Chrome's version never shows it in network tab.
I posted the question here, because it's developers question, not just chrome users.
I reported this issue on google chrome forum as well: here.
Possibly related bugs:
Issue 173844: Developer tools (Network section) don't show response of requests from flash applications
Issue 335502: XMLHttpRequests from Silverlight is not visible in devtools network tab
To avoid the bug, you could downgrade to Chrome 31. A fully offline installer can be downloaded from http://download.oldapps.com/Chrome/31.0.1650.39_chrome_installer.exe.
If you downgrade Chrome, don't forget to disable auto-update. Also, "star" the relevant issues on Chromium's issue tracker so you'll receive email notifications for progress updates. When the issue is fixed, enable auto-update again.
Often, starting a new version of Chrome renders a profile unusable for older Chrome versions ("Your profile can not be used because it is from a newer version of Google Chrome."). When you see such message on start-up, either delete your old profile (don't forget to make a back-up!) (you can also try to delete some files, according to various users, deleting "Web Data" and "Web Data-journal" is sufficient), or launch Chrome with a new profile directory (--user-data-dir=path\to\profile-dir).
For more information on user profiles, see http://www.chromium.org/user-experience/user-data-directory.
I have been working on a browser plugin for windows which involves displaying camera output in browser. Presently I'm working on Windows 7. After plugin installation, I want to start the plugin immediately without restarting the browser. I noticed that as soon as plugin is registered, it started working in Google Chrome Version 24.0.1312 as well as in Internet Explorer 9. But it fails to do so in Mozilla Firefox 18.0.1. Can anyone help me solve this problem of restarting the browser after plugin installation. And will this problem occur in MacOS as well?
Thanks
You need to do a navigator.plugins.refresh(false); in javascript to tell the browser to rescan the plugins.
Explore /Installer/js -folder in FireBreath sources