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

Upgrade @jupyterlab/services@0.50.0 #1043

Merged
merged 2 commits into from
Oct 13, 2017
Merged

Conversation

lgeiger
Copy link
Member

@lgeiger lgeiger commented Oct 13, 2017

Thanks @blink1073 for the sessions backport 👍

Closes #1042
Closes #781
Closes #908

@@ -122,7 +122,7 @@ export default class WSKernel extends Kernel {
defaultText: this.session.path,
allowCancel: true
},
(input: string) => this.session.rename(input)
(input: string) => this.session.setPath(input)
Copy link
Member Author

Choose a reason for hiding this comment

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

This doesn't change behavior. Though we should now use the session name in the UI instead of the notebook path.

Choose a reason for hiding this comment

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

We use the name unless it is an empty string and then defer to the basename of the path.

@blink1073
Copy link

Looks good! You can update to 0.50.1 which adds source maps to the released package that were supposed to be there in 0.50.0.

@blink1073
Copy link

Missed some of the source maps in 0.50.1, 0.50.2 has them all.

@lgeiger
Copy link
Member Author

lgeiger commented Oct 13, 2017

Thanks, lets get up to date 🎉

@rgbkrk rgbkrk merged commit 3616969 into nteract:master Oct 13, 2017
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.

3 participants