Skip to content

Instantly share code, notes, and snippets.

@fomightez
Created January 12, 2021 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fomightez/9853c9792f436860d2a725dc7b45c74d to your computer and use it in GitHub Desktop.
Save fomightez/9853c9792f436860d2a725dc7b45c74d to your computer and use it in GitHub Desktop.
notebook for testing sentence case code.ipynb
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 1 Title 1"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 1.1 Title 2"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import os"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import glob"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"a line to test if sentence case can be applied. if yes, then this works. if not, then this does nto work.\n",
"\n",
"let's see if it capitlizes the first letter of a new line in a markdown cell.\n",
"\n",
"this should work. but let's see how the result looks."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"2 + 2"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 1.1.1 Title 3\n",
"\n",
"let's see if i can be capitalized in this sentence. it should be working.\n",
"\n",
"this line tests if the letter i is capitlized."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.8"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment