===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
jupyter-notebook-6.1.5/docs/resources/generate_icons.sh-13-for file in `ls *_uncrush.png`; do
jupyter-notebook-6.1.5/docs/resources/generate_icons.sh:14:    pngcrush -brute  -l 9 -reduce -rem alla -rem text -rem time -rem gAMA -rem cHRM -rem iCCP -rem sRGB $file `basename $file _uncrush.png`.png
jupyter-notebook-6.1.5/docs/resources/generate_icons.sh-15-    rm $file
##############################################
jupyter-notebook-6.1.5/docs/source/examples/Notebook/Typesetting Equations.ipynb-192-    "\n",
jupyter-notebook-6.1.5/docs/source/examples/Notebook/Typesetting Equations.ipynb:193:    "You will notice in other places on the web that `$$` are needed explicitly to begin and end MathJax typesetting.  This is **not** required if you will be using TeX environments, but the Jupyter notebook will accept this syntax on legacy notebooks.  \n",
jupyter-notebook-6.1.5/docs/source/examples/Notebook/Typesetting Equations.ipynb-194-    "\n",
##############################################
jupyter-notebook-6.1.5/docs/source/examples/Notebook/Working With Markdown Cells.ipynb-185-    "\n",
jupyter-notebook-6.1.5/docs/source/examples/Notebook/Working With Markdown Cells.ipynb:186:    "Expressions on their own line are surrounded by `$$`:\n",
jupyter-notebook-6.1.5/docs/source/examples/Notebook/Working With Markdown Cells.ipynb-187-    "\n",
##############################################
jupyter-notebook-6.1.5/docs/source/notebook.rst-276-Within Markdown cells, you can also include *mathematics* in a straightforward
jupyter-notebook-6.1.5/docs/source/notebook.rst:277:way, using standard LaTeX notation: ``$...$`` for inline mathematics and
jupyter-notebook-6.1.5/docs/source/notebook.rst:278:``$$...$$`` for displayed mathematics. When the Markdown cell is executed,
jupyter-notebook-6.1.5/docs/source/notebook.rst-279-the LaTeX portions are automatically rendered in the HTML output as equations
##############################################
jupyter-notebook-6.1.5/notebook/i18n/README.md-16-
jupyter-notebook-6.1.5/notebook/i18n/README.md:17:Hint: if running Windows, you can set it in PowerShell with `${Env:LANG} = "xx_XX"`.
jupyter-notebook-6.1.5/notebook/i18n/README.md-18-      if running Ubuntu 14, you should set environment variable `LANGUAGE="xx_XX"`.
##############################################
jupyter-notebook-6.1.5/notebook/i18n/README.md-62-After the source material has been translated, you should have 3 `.po` files with the same base names
jupyter-notebook-6.1.5/notebook/i18n/README.md:63:as the `.pot` files above.  Put them in `notebook/i18n/${LANG}/LC_MESSAGES`, where `${LANG}` is the language
jupyter-notebook-6.1.5/notebook/i18n/README.md-64-code for your desired language ( i.e. German = "de", Japanese = "ja", etc. ).
##############################################
jupyter-notebook-6.1.5/notebook/i18n/README.md-113-
jupyter-notebook-6.1.5/notebook/i18n/README.md:114:1. Right now there are two different places where the desired language is set.  At startup time, the Jupyter console's messages pay attention to the setting of the `${LANG}` environment variable
jupyter-notebook-6.1.5/notebook/i18n/README.md-115-as set in the shell at startup time.  Unfortunately, this is also the time where the Jinja2
##############################################
jupyter-notebook-6.1.5/notebook/static/notebook/js/mathjaxutils.js-113-        //
jupyter-notebook-6.1.5/notebook/static/notebook/js/mathjaxutils.js:114:        //     `$foo` and `$bar` are varibales.  -->  <code>$foo ` and `$bar</code> are variables.
jupyter-notebook-6.1.5/notebook/static/notebook/js/mathjaxutils.js-115-
##############################################
jupyter-notebook-6.1.5/notebook/templates/error.html-35-<script type='text/javascript'>
jupyter-notebook-6.1.5/notebook/templates/error.html:36:require(['jquery'], function($) {
jupyter-notebook-6.1.5/notebook/templates/error.html-37-  // scroll long tracebacks to the bottom
##############################################
jupyter-notebook-6.1.5/notebook/tests/selenium/test_markdown.py-15-        '# Foo', '**Bar**', '*Baz*', '```\nx = 1\n```', '```aaaa\nx = 1\n```',
jupyter-notebook-6.1.5/notebook/tests/selenium/test_markdown.py:16:        '```python\ns = "$"\nt = "$"\n```'
jupyter-notebook-6.1.5/notebook/tests/selenium/test_markdown.py-17-    ]])
##############################################
jupyter-notebook-6.1.5/tools/tests/CSS Reference.ipynb-211-    "> \n",
jupyter-notebook-6.1.5/tools/tests/CSS Reference.ipynb:212:    ">     return shell_exec(\"echo $input | $markdown_script\");"
jupyter-notebook-6.1.5/tools/tests/CSS Reference.ipynb-213-   ]
##############################################
jupyter-notebook-6.1.5/debian/README.source-37-transformation is performed by java classes from the caja
jupyter-notebook-6.1.5/debian/README.source:38:(`com.google.caja.lang.css.CssPropertyPatterns$Builder` and
jupyter-notebook-6.1.5/debian/README.source:39:`com.google.caja.lang.html.HtmlDefinitions$Builder`). The generated files
jupyter-notebook-6.1.5/debian/README.source-40-are not obfuscated and contain a declaration that they are Apache-licensed.