简体   繁体   English

Jupyter 实验室/笔记本无法打开

[英]Jupyter Lab / Notebook won't open

Recently I've been working on top of a PySpark instance hosted on DataProc using JupyterLab.最近,我一直在使用 JupyterLab 处理托管在 DataProc 上的 PySpark 实例。 Today I've been unable to connect to my instance.今天我无法连接到我的实例。

The typical path I take is:我采取的典型路径是:

DataProc -> Cluster_name -> Web Interfaces -> JupyterLab

For the past 12 Hours all instances I have running PySpark and containing a Jupyter connection have been returning a 500 from Google.在过去 12 小时内,我运行 PySpark 并包含 Jupyter 连接的所有实例都从 Google 返回了 500。

500. That’s an error.

That’s all we know.

Is anyone else experiencing this issue?还有其他人遇到这个问题吗? Does anyone know of any work arounds?有谁知道任何解决方法?

I had this same problem.我有同样的问题。 Putting your code in the GCS folder lets you access the code with jupyter lab in different clusters.将您的代码放在 GCS 文件夹中,您可以使用不同集群中的 jupyter lab 访问代码。 If you were lucky enough to have your code there before your cluster became non-responsive, then you can switch clusters or create a new cluster and access your code in jupyter lab on another cluster.如果您有幸在集群变得无响应之前将代码放在那里,那么您可以切换集群或创建一个新集群并在另一个集群上的 jupyter lab 中访问您的代码。 Best of luck.祝你好运。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Jupyter Notebook/Lab 将当前目录设置为 ipynb 文件的 - Jupyter Notebook/Lab set current directory to ipynb file's 当 SSH 在本地机器上终止时,让 jupyter lab notebook 保持运行? - Keep jupyter lab notebook running when SSH is terminated on local machine? 无法在 AWS Sagemaker 上打开 Jupyter Notebook 实例 - Unable to open Jupyter Notebook instance on AWS Sagemaker 如何通过 amazon workspace 中的 EMR jupyter lab notebook 读取 postgres DB 表 - How to read postgres DB tables through EMR jupyter lab notebook from amazon workspace Jupyter Notebook 在 github 上看起来很奇怪 - Jupyter Notebook looks weird on github 谷歌云AI平台jupyter notebook实例重启后打不开,正在运行 - Google cloud AI platform jupyter notebook instance will not open even after a reset and is running 无法在 Jupyter 笔记本上更新 sklearn - Cannot update sklearn on Jupyter notebook 按计划在 GCP 中运行 Jupyter Notebook - Running Jupyter Notebook in GCP on a Schedule 使用 Google Cloud 和 Jupyter Lab 时出现“找不到文件”错误 - "File was not found" error using Google Cloud and Jupyter Lab Jupyter Notebook 上的 AWS Forecast - 凭证错误 - AWS Forecast on Jupyter Notebook - Credentials error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM