Skip to content

Commit

Permalink
Remove hard jupyter adapter dependency from Reticulate (#5918)
Browse files Browse the repository at this point in the history
Removes the hard dependency on Jupyter Adapter from Reticulate. It _is_
still possible to use Jupyter Adapter with Reticulate; this just
prevents the Reticulate extension from failing to load if Jupyter
Adapter does.

Addresses #5917. 

### Release Notes

#### New Features

- N/A

#### Bug Fixes

- N/A


### QA Notes

Basic test to make sure that Reticulate still boots is sufficient to
validate.
  • Loading branch information
jmcphers authored Jan 9, 2025
1 parent da7884a commit 78cc6e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/positron-reticulate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
},
"extensionDependencies": [
"ms-python.python",
"positron.positron-r",
"positron.jupyter-adapter"
"positron.positron-r"
],
"devDependencies": {
"@types/glob": "^7.2.0",
Expand Down

0 comments on commit 78cc6e1

Please sign in to comment.