Welcome to mirror list, hosted at ThFree Co, Russian Federation.

input.ipynb « unknown_output_type « testdata « spec « ipynbdiff « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42f4b39b365d33efa2a7af513bb403e078cfac1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
 "cells": [
  {
   "cell_type": "code",
   "execution_count": 1,
   "id": "123",
   "metadata": {},
   "outputs": [
    {
     "name": "stdout",
     "output_type": "unknown_output",
     "text": [
      "G'bye\n"
     ]
    }
   ],
   "source": [
    "print(\"G'bye\")"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "language": "python"
  }
 }
}