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

Initial setup #6

Merged
merged 14 commits into from
Jul 4, 2019
Merged

Initial setup #6

merged 14 commits into from
Jul 4, 2019

Commits on Jul 3, 2019

  1. add requirements

    Zsailer committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    cbed638 View commit details
    Browse the repository at this point in the history
  2. Don't use f strings yet

    jupyterhub still supports Python 3.5
    yuvipanda authored and Zsailer committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    7cb56cc View commit details
    Browse the repository at this point in the history
  3. Emitted schemas must be whitelisted by admins

    Privacy by default!
    yuvipanda authored and Zsailer committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    1d55d65 View commit details
    Browse the repository at this point in the history
  4. Use dunder formatting for capsule

    yuvipanda authored and Zsailer committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    9854181 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Configuration menu
    Copy the full SHA
    417ebe3 View commit details
    Browse the repository at this point in the history
  2. Add JupyterLab as a python dependency

    yuvipanda authored and Zsailer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    0e87570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6e30b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd2e89f View commit details
    Browse the repository at this point in the history
  5. Make labextension emit events

    This removes the consent GUI screen since I couldn't
    figure out how to make that work
    yuvipanda authored and Zsailer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    90cb8f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    957a9dc View commit details
    Browse the repository at this point in the history
  7. Try getting this to work on mybinder

    yuvipanda authored and Zsailer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    ee1f249 View commit details
    Browse the repository at this point in the history
  8. Install current python package as editable

    This lets me play with event schemas without
    having to worry about packaging them in my
    package
    yuvipanda authored and Zsailer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    db64f82 View commit details
    Browse the repository at this point in the history
  9. Explicitly enable serverextension

    Not done when using an editable pip install
    by default
    yuvipanda authored and Zsailer committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    007ceb1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5dc3ab8 View commit details
    Browse the repository at this point in the history