spawnteract icon indicating copy to clipboard operation
spawnteract copied to clipboard

:children_crossing: Spawn Jupyter Kernels

Results 9 spawnteract issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.6.8 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...

dependencies

Portfinder is not meant for production usage as stated in [this comment](https://github.com/http-party/node-portfinder/pull/117#issuecomment-889402421). They also refuse the improvements made to that package. This overall means that we shouldn't use this package....

dependencies

This ticket is about refining the behavior for setting the environment of a newly started kernel. Right now, as it can be seen [in this code reference](https://github.com/nteract/spawnteract/blob/6b512510fc56792f78f7e142813db91e1e471767/index.js#L171) the various options...

enhancement

hydrogen uses `launchSpec` to start kernels. Currently, if a user's kernelspec is bad, ( e.g. `argv[0]` doesnt exist ) there is no error thrown by default. Should we handle this...

https://github.com/nteract/spawnteract/blob/9f595a2b455535151ccd855a6cea29354c3b9561/index.js#L145-L150 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 9f595a2b455535151ccd855a6cea29354c3b9561 when #33 was merged. cc @BenRussert.

todo :spiral_notepad: