For weeks I was able to start up the notebook in the Chrome browser. Now every time I start the notebook the page is completely blank, and when inspecting the console I get the error shown in the image below. I have no clue how to resolve this problem and so any help would be appreciated.
Related
I've just encountered a strange issue with google-colab notebooks I shared: After clicking, instead of opening the notebook in the Colab app, only raw code is displayed:
In some cases one could open the notebook by clicking on the link given on top of the picture. In other cases, the code had to be downloaded and then manually imported into Colab. I find this strange because previously I could simply click on the links and notebooks were correctly opened inside the Colab app. I've set sharing permissions appropriately so that anyone with the share link can view it.
Has there been a change to this or is this some sort of bug? Thanks!
It is because it is displayed using Drive Preview, if you click the 'open with Google Colaboratory', the code will be displayed normally.
I am debugging a gmail addon that I created and I use console.log to get back debugging information. It prints the information out into stackdriver's log viewer, but I'm having an issue where logs are not showing up.
The addon reaching a page that I know for a fact is after a log would have been executed, but the log never appears.
I'll reload the addon and it will do the same sequence twice and sometimes some logs will show up and other times none will.
I don't see any error messages and I can't find any other examples of this happening, but it has been making debugging incredibly difficult because I can't output the data I need to understand what is happening as it is consistently failing to appear in the log viewer.
If anyone has any idea why this is happening or work arounds to make it start working I would appreciate it.
Steps to recreate:
default install and start of kibana (5.2.0)
save a saved search, visualization or dashboard
shutdown, change kibana.index in config/kibana.yml:
from ".kibana" (default)
to: ".kibananew"
restart kibana and browse to management > saved objects
Expected: No saved searches, visualisations or dashboards to be present, because it should be looking for them in ".kibananew" which is empty?
Actual: They're still there.
Any help much appreciated! :)
So on second attempt this worked for me - i.e. I got the expected outcome above.
Either browser caching was an issue or I messed up!
I ran Jupyter notebook from Windows 10 cmd, and I get web page in browser on localhost. Now, when trying to open one file (.ipynb, size 1KB) from menu,
I get blank browser, It looks like page is loading, but It never happens. What can be problem ?
i have a site using Basic Authetication, tied to our Active Directory. everything works fine, except in IE8 when i click on a link to download a file the authetication windows pops up again. i can cancel and it lets me download it with no problem.
why is it repeating since i am already authenticated? is there a way to get rid of it? I am unable to replicate it on any other browser. can't seem to find anything online. anyone else ran into this?