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

Web version of the DataFrame #10604

Closed
wants to merge 22 commits into from
Closed

Commits on Jun 21, 2022

  1. wip

    sadasant committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    de6d0bd View commit details
    Browse the repository at this point in the history
  2. wip

    sadasant committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6ce33b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. this version actually works

    sadasant committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c3ff8b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    609dc02 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. first unit test passing

    sadasant committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c04a1c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96b7f84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83aee7a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Separating dependency service, one for Python environments (Node) and…

    … another for Kernels (Web)
    sadasant committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    63b59d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d7976 View commit details
    Browse the repository at this point in the history
  3. fixing the tests

    sadasant committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    94709af View commit details
    Browse the repository at this point in the history
  4. lint fix

    sadasant committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f713b7c View commit details
    Browse the repository at this point in the history
  5. Using Sinon stubs

    sadasant committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    ae2d667 View commit details
    Browse the repository at this point in the history
  6. Ensuring we test the right Python code is being executed, and address…

    …ing feedback from Don and Rich at the same time
    sadasant committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    2a44df0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ac4217 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89d1691 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88d099b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. wip

    sadasant committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    b378eb9 View commit details
    Browse the repository at this point in the history
  2. it should work, but Pandas takes forever & doesnt seem to finish inst…

    …alling on the debugger
    sadasant committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    bcf68c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    8af91e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e2171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4de0be9 View commit details
    Browse the repository at this point in the history
  4. lint fix

    sadasant committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6648dc2 View commit details
    Browse the repository at this point in the history