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

Node and python extension structure for the accessibility project #8

Draft
wants to merge 2 commits into
base: doit-pw
Choose a base branch
from

Conversation

tonyfast
Copy link

a feature of jupyter is the ability to install javascript assets through the python package manager. currently, we are not deploying our tooling in way that abide jupyter conventions.

this pull request:

  • separates the concerns of javascript and python. prior javascript was in the python module. this work creates separate javascript packages for our accessibility improvements.
  • demonstrates testing and 1 theme as packages.
  • adds a bunch of liniting and configuration used with jupyter by convention.

these changes are going to break my tests because now we'll need to figure out the right was to invoke our tests with the packages separated properly.

},
"include": ["src/*"]
}
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this valid json? why are there two back-to-back, non-delimited js objects here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants