gnestor / jupyterlab_table

A Jupyter Lab extension for rendering tabular data
35 stars 5 forks source link

No package at pypi #12

Open trollknurr opened 6 years ago

trollknurr commented 6 years ago

Hi, in Install section first line is

pip install jupyterlab_table

but there is no such package at global pypi =(

WenbinFei commented 6 years ago

my error message is _Could not find a version that satisfies the requirement jupyterlab_table (from versions: ) No matching distribution found for jupyterlabtable

tanduong commented 6 years ago

I also got that error message.

jolespin commented 6 years ago

try this:

pip install git+https://github.com/gnestor/jupyterlab_table

shardator commented 3 years ago

This latter does not work either, a lot of errors are printed. :(

Is there any alternative for JupyterLab? I'm desperately trying to find a way to print a goddamn sortable table.