paperspace-node icon indicating copy to clipboard operation
paperspace-node copied to clipboard

Paperspace API for node.js

Results 14 paperspace-node issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 1.5.2 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...

dependencies

Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...

dependencies

Hey, are jobs here in the repo the jobs described here: https://docs.paperspace.com/gradient/explore-train-deploy/workflows/workflow-spec#jobs or can I imagine them more like an AWS lambda with GPUs? I searched the paperspace.com website but...

Although the master was modified to include the latest dependencies, there was no new release since, making the most recent version vulnerable: https://registry.npmjs.org/paperspace-node/-/paperspace-node-0.1.17.tgz

To install and upgrade (or uninstall) the Paperspace CLI binary on macOS, I have made a Homebrew (mac package manager) tap and formula "paperspace-cli": https://github.com/itsayellow/homebrew-paperspace I would be happy to...

Hi, I'm trying to create script on my machine. According to https://paperspace.github.io/paperspace-node/scripts.html#.create I've created sample code ``` javascript paperspace.scripts.create({ scriptName: 'Run docker at start', scriptFile: 'startup.sh', scriptDescription: 'A startup script',...

Hi - I'm leading a course on machine learning and have successfully installed paperspace on my own machine, but I need to test student access on the school's laptops, and...

Following a brief discussion with @dte, having a method in the API to expose ports will be useful. I'm creating a public server and need to expose specific ports when...

Hello there! I'm developing an app with electron and I have my own custom environment variables. Running any request to the paperspace api with my own NODE_ENV creates an error...