We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949e7bd commit 2ef30c0Copy full SHA for 2ef30c0
lib/zmq-kernel.ts
@@ -1,7 +1,7 @@
1
import { Grammar } from "atom";
2
import { ChildProcess } from "child_process";
3
import fs from "fs";
4
-import { Message, Socket } from "jmp";
+import { Message, Socket } from "@aminya/jmp";
5
import { v4 } from "uuid";
6
import { launchSpec, launchSpecFromConnectionInfo } from "spawnteract";
7
import Config from "./config";
package.json
@@ -69,7 +69,7 @@
69
"atom-select-list": "^0.7.0",
70
"escape-carriage": "^1.2.0",
71
"escape-string-regexp": "^4.0.0",
72
- "jmp": "https://github.com/aminya/jmp",
+ "@aminya/jmp": "2.0.2",
73
"kernelspecs": "^2.0.0",
74
"lodash": "^4.14.0",
75
"mathjax-electron": "^3.0.0",
0 commit comments