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

Classic notebook extension with 2.0.0 #116

Merged
merged 1 commit into from
Dec 4, 2020
Merged

Classic notebook extension with 2.0.0 #116

merged 1 commit into from
Dec 4, 2020

Conversation

fcollonval
Copy link
Member

Fixes #115

@github-actions
Copy link

github-actions bot commented Dec 1, 2020

Binder 👈 Launch a binder notebook on the branch mamba-org/gator/fcollonval/issue115

@coveralls
Copy link

Pull Request Test Coverage Report for Build 394423428

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 67.983%

Totals Coverage Status
Change from base Build 389708223: 0.0%
Covered Lines: 745
Relevant Lines: 1002

💛 - Coveralls

@jtpio
Copy link
Member

jtpio commented Dec 2, 2020

Thanks @fcollonval, tested on Binder and it looks good 👍

Comment on lines +44 to +47
os.path.join(classic_folder, "static", a_file)
for a_file in os.listdir(os.path.join(classic_folder, "static"))
if os.path.isfile(os.path.join(classic_folder, "static", a_file))
and not a_file.endswith(".py")
Copy link
Member

Choose a reason for hiding this comment

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

Wondering if this could be handled with a glob pattern, that would exclude .py files. Globs should be supported by jupyter-packaging if we end up switching to it in the near future (for example when updating to lab 3.0).

Copy link
Member

Choose a reason for hiding this comment

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

It might also make it easier to handle nested folders in static (if any)

@jtpio
Copy link
Member

jtpio commented Dec 3, 2020

Looks like the Windows failure is not relevant, but was also present in the previous PR.

@jtpio jtpio merged commit ad9f95f into master Dec 4, 2020
@jtpio jtpio deleted the fcollonval/issue115 branch December 4, 2020 09:40
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.

Classic notebook extension with 2.0.0
3 participants