Skip to content

Commit

Permalink
update changelog, linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jul 28, 2020
1 parent 3208570 commit 2b8f8b0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## CHANGELOG

### `@krassowski/jupyterlab-lsp 1.1.1` (unreleased)

- bug fixes

- emits console warnings instead of throwing errors in hover handlers and connections ([#299][], [#300][])

[#299]: https://github.com/krassowski/jupyterlab-lsp/pull/299
[#300]: https://github.com/krassowski/jupyterlab-lsp/pull/300

### `@krassowski/jupyterlab-lsp 1.1.0` (2020-07-20)

- features
Expand Down
20 changes: 16 additions & 4 deletions docs/Installation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,27 @@
},
"outputs": [],
"source": [
"from markdown import markdown\n",
"import sys\n",
"sys.path.insert(0, '..')\n",
"\n",
"from markdown import markdown\n",
"\n",
"sys.path.insert(0, \"..\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"hide_input": true
},
"outputs": [],
"source": [
"from versions import (\n",
" JUPYTER_LSP_VERSION,\n",
" JUPYTERLAB_LSP_VERSION,\n",
" JUPYTERLAB_NEXT_MAJOR_VERSION,\n",
" JUPYTERLAB_VERSION,\n",
" REQUIRED_JUPYTERLAB\n",
" REQUIRED_JUPYTERLAB,\n",
")"
]
},
Expand Down Expand Up @@ -285,7 +297,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.5"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 2b8f8b0

Please sign in to comment.