Skip to content

Change algorithm for searching for Jupyter#3433

Merged
rchiodo merged 17 commits into
masterfrom
rchiodo/search_for_jupyter
Nov 27, 2018
Merged

Change algorithm for searching for Jupyter#3433
rchiodo merged 17 commits into
masterfrom
rchiodo/search_for_jupyter

Conversation

@rchiodo
Copy link
Copy Markdown

@rchiodo rchiodo commented Nov 21, 2018

Modify how we find jupyter. If the current python environment doesn't allow jupyter to run, look for one that does and then use the current environment to create a kernelspec that points to the current environment.

Also output the jupyter version into the sysinfo

For #3341, #3335

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)

@rchiodo rchiodo self-assigned this Nov 21, 2018
@rchiodo
Copy link
Copy Markdown
Author

rchiodo commented Nov 21, 2018

This is an early review so Ian can get a look. #Resolved

Comment thread src/client/datascience/history.ts Outdated
Comment thread src/client/datascience/jupyterConnection.ts
Comment thread src/client/datascience/jupyterConnection.ts Outdated
Comment thread src/client/datascience/jupyterConnection.ts Outdated
Comment thread src/client/datascience/jupyterExecution.ts Outdated
Comment thread src/client/datascience/jupyterExecution.ts Outdated
Comment thread src/client/datascience/jupyterExecution.ts Outdated
Comment thread src/client/datascience/jupyterExecution.ts Outdated
Copy link
Copy Markdown
Member

@IanMatthewHuff IanMatthewHuff left a comment

Choose a reason for hiding this comment

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

🕐

Copy link
Copy Markdown

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

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

The PR seems to indicate we're merely changing an algorithm, but we're changing a significant amount of code (unrelated).

Comment thread .vscode/launch.json Outdated
Comment thread src/client/common/configSettings.ts
Comment thread src/client/common/configSettings.ts Outdated
Comment thread src/client/common/variables/environmentVariablesProvider.ts
Comment thread src/client/interpreter/helpers.ts Outdated
Comment thread src/client/datascience/history.ts
Comment thread src/client/common/configSettings.ts Outdated
Comment thread src/client/datascience/jupyterConnection.ts Outdated
Comment thread src/client/datascience/jupyterConnection.ts Outdated
@brettcannon brettcannon removed their request for review November 26, 2018 21:33
@rchiodo
Copy link
Copy Markdown
Author

rchiodo commented Nov 27, 2018

@DonJayamanne and @IanMatthewHuff this should be ready to look at again if you can. Thanks.

Comment thread package.nls.json Outdated
Comment thread src/client/common/utils/localize.ts Outdated
Copy link
Copy Markdown
Member

@IanMatthewHuff IanMatthewHuff left a comment

Choose a reason for hiding this comment

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

:shipit:

Comment thread src/client/common/process/proc.ts Outdated
Comment thread src/client/common/types.ts Outdated
@rchiodo rchiodo merged commit ef60beb into master Nov 27, 2018
@rchiodo rchiodo deleted the rchiodo/search_for_jupyter branch November 27, 2018 22:57
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants