Skip to content

aschonfeld/dtale-binder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running D-Tale in Binder

This repo can be used an example for how to use D-Tale within a Binder environment.

The main things to note are:

I've provided an example of a notebook that uses D-Tale here

If D-Tale does not display in the output underneath your notebook cell then be sure to check the value of your instance's _main_url. For example:

import dtale
import dtale.app as dtale_app
import pandas as pd

dtale_app.JUPYTER_SERVER_PROXY = True

d = dtale.show(pd.DataFrame([1,2,3,4,5]))
d._main_url

The output of that value should get appended to the host of your Binder notebook to view D-Tale. Currently the Binder host is https://hub.gke2.mybinder.org so ideally you would just need to concatenate that hostname to the value of _main_url and paste that value in a new browser tab to view D-Tale. Please submit bugs to the D-Tale repo if that's not the case.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published