-
Notifications
You must be signed in to change notification settings - Fork 149
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
Support JupyterLab 2.2 #301
Changes from all commits
8290f3f
dddad10
8c9ca6f
00216c4
ec92128
e077218
bf52857
444e337
811d994
c6a0ac7
b6fff6c
15726b5
4cad202
a1940e4
d2fe5bd
cb5ad3e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
parameters: | ||
name: Linux | ||
packages: '' | ||
install_cmd: conda install -yn base -c conda-forge conda python-libarchive-c | ||
install_cmd: conda install -yn base conda | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess this is an attempt to tackle the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, the thinking is get something as vanilla as possible, especially for windows, while we get this sorted. who knows what state it's in when they cook the docker images? We could also pin harder, e.g. if we want to start getting far off vanilla, we could investigate installing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i also need to investigate caching (or packaging) the tectonic stuff. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was just thinking about mamba while reading this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll open an issue... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
steps: | ||
- ${{ if eq(parameters.name, 'Linux') }}: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ const system_keys = [ | |
'F2', | ||
'F3', | ||
'F4', | ||
' F5', | ||
'F5', | ||
'F6', | ||
'F7', | ||
'F8', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hopefully this works! 🤞