Skip to content

Commit 2b8f8b0

Browse files
committed
update changelog, linting
1 parent 3208570 commit 2b8f8b0

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## CHANGELOG
22

3+
### `@krassowski/jupyterlab-lsp 1.1.1` (unreleased)
4+
5+
- bug fixes
6+
7+
- emits console warnings instead of throwing errors in hover handlers and connections ([#299][], [#300][])
8+
9+
[#299]: https://github.com/krassowski/jupyterlab-lsp/pull/299
10+
[#300]: https://github.com/krassowski/jupyterlab-lsp/pull/300
11+
312
### `@krassowski/jupyterlab-lsp 1.1.0` (2020-07-20)
413

514
- features

docs/Installation.ipynb

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,27 @@
88
},
99
"outputs": [],
1010
"source": [
11-
"from markdown import markdown\n",
1211
"import sys\n",
13-
"sys.path.insert(0, '..')\n",
12+
"\n",
13+
"from markdown import markdown\n",
14+
"\n",
15+
"sys.path.insert(0, \"..\")"
16+
]
17+
},
18+
{
19+
"cell_type": "code",
20+
"execution_count": null,
21+
"metadata": {
22+
"hide_input": true
23+
},
24+
"outputs": [],
25+
"source": [
1426
"from versions import (\n",
1527
" JUPYTER_LSP_VERSION,\n",
1628
" JUPYTERLAB_LSP_VERSION,\n",
1729
" JUPYTERLAB_NEXT_MAJOR_VERSION,\n",
1830
" JUPYTERLAB_VERSION,\n",
19-
" REQUIRED_JUPYTERLAB\n",
31+
" REQUIRED_JUPYTERLAB,\n",
2032
")"
2133
]
2234
},
@@ -285,7 +297,7 @@
285297
"name": "python",
286298
"nbconvert_exporter": "python",
287299
"pygments_lexer": "ipython3",
288-
"version": "3.7.5"
300+
"version": "3.7.6"
289301
}
290302
},
291303
"nbformat": 4,

0 commit comments

Comments
 (0)