summaryrefslogtreecommitdiffstats
path: root/examples/servers/workspace
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:21:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:21:34 +0000
commitfe1438b06234f8e5ecd4caa7eedfeec585b6f77c (patch)
tree5c2a9ff683189a61e0855ca3f24df319e7e03b7f /examples/servers/workspace
parentInitial commit. (diff)
downloadpygls-fe1438b06234f8e5ecd4caa7eedfeec585b6f77c.tar.xz
pygls-fe1438b06234f8e5ecd4caa7eedfeec585b6f77c.zip
Adding upstream version 1.3.0.upstream/1.3.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/servers/workspace')
-rw-r--r--examples/servers/workspace/Untitled-1.ipynb44
-rw-r--r--examples/servers/workspace/sums.txt7
-rw-r--r--examples/servers/workspace/test.json3
3 files changed, 54 insertions, 0 deletions
diff --git a/examples/servers/workspace/Untitled-1.ipynb b/examples/servers/workspace/Untitled-1.ipynb
new file mode 100644
index 0000000..d45e746
--- /dev/null
+++ b/examples/servers/workspace/Untitled-1.ipynb
@@ -0,0 +1,44 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "12\n",
+ "#"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {
+ "mykey": 3
+ },
+ "outputs": [],
+ "source": [
+ "#"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "name": "python",
+ "version": "3.11.4"
+ },
+ "orig_nbformat": 4
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/examples/servers/workspace/sums.txt b/examples/servers/workspace/sums.txt
new file mode 100644
index 0000000..fcbc410
--- /dev/null
+++ b/examples/servers/workspace/sums.txt
@@ -0,0 +1,7 @@
+1 + 1 =
+
+
+2 + 3 =
+
+
+6 + 6 =
diff --git a/examples/servers/workspace/test.json b/examples/servers/workspace/test.json
new file mode 100644
index 0000000..21da3b2
--- /dev/null
+++ b/examples/servers/workspace/test.json
@@ -0,0 +1,3 @@
+{
+ "key": "value"
+}