Code Monkey home page Code Monkey logo

Comments (3)

sanbales avatar sanbales commented on August 26, 2024

Trying to make an app based on the Erdős degree 1 graph (the people that are one "hop" away from coauthoring a paper with Paul Erdős.

It has 6,927 nodes and 11,850 edges. My plan is to add more data to the links, e.g., paper title, or number of common publications.

I tried to look at other options (like animals and their genus trees) but could not find a good source of data. There was a decent data source for international ⚽ that we could use but it's hard to make 1,000s of nodes out of it because there are only so many countries. Maybe a good example of a "smaller" graph though.

from ipyforcegraph.

nrbgt avatar nrbgt commented on August 26, 2024

Some examples we could gin up within a running app (or with things lying around the repo):

  • yarn.lock
  • the conda-lock outputs
  • the current state of widgets
  • the current labextensions/plugins installed, maybe get access to signals

from ipyforcegraph.

nrbgt avatar nrbgt commented on August 26, 2024

In quick investigations, we found in a lumino/lab application that we could get at:

  • registered plugins
  • their tokens
  • their signals

if we can get at some additional information (such as the listeners) we might be able to get at some more info. Some of these, however, will lose some of their identifying information due to minification, etc.

The widget manager, and its relationship to extensions and loaded widget imports, and the backbone graph observers, may also provide some useful stuff, but we'd have to be careful to exclude the "beholding" force graph itself.

However it works, these would be full, but optional and essentially read-only, classes, on the kernel side e.g.

  • JupyterlabLabPluginSource
  • WidgetManagerSource

from ipyforcegraph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.