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

colabcode JupyterLab doesn't display JupyterDash.run_server() #79

Open
rkzw opened this issue May 7, 2021 · 0 comments
Open

colabcode JupyterLab doesn't display JupyterDash.run_server() #79

rkzw opened this issue May 7, 2021 · 0 comments

Comments

@rkzw
Copy link

rkzw commented May 7, 2021

I opened colabcode JupyterLab with

import colabcode as cc
cc.ColabCode(port = 10000,  lab = True , authtoken=authtoken, mount_drive=True)

and run the code below.

from jupyter_dash import JupyterDash
import dash_html_components as html
app = JupyterDash(__name__)
app.layout = html.Div('Minimal')
app.run_server(mode='external')

It does show the sentence Dash app running on: followed by nothing without any error.

I run the same code on the JupyterLab with a local venv and it works.
Is there any way to solve this?

@rkzw rkzw changed the title JupyterDash.run_server() doesn't show up on colabcode JupyterLab colabcode JupyterLab doesn't display JupyterDash.run_server() May 8, 2021
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

1 participant