pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

[BUG] many notebooks have a broken link after docs upgrade in the register() example cell

Open DataBoyTX opened this issue 9 months ago • 0 comments

Many demo notebooks have the following broken link in the register() example cell: : # For more options, see https://github.com/graphistry/pygraphistry#configure

e.g.

import graphistry

# To specify Graphistry account & server, use:
# graphistry.register(api=3, username='...', password='...', protocol='https', server='hub.graphistry.com')
# For more options, see https://github.com/graphistry/pygraphistry#configure

need to update README.md to have this, or update notebooks to point to new readthedocs link.

DataBoyTX avatar Jan 02 '25 14:01 DataBoyTX