Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ranjitiyer
Created April 16, 2018 23:30
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 ranjitiyer/a58baf13f0807e7a8480ce3ae877d1e4 to your computer and use it in GitHub Desktop.
Save ranjitiyer/a58baf13f0807e7a8480ce3ae877d1e4 to your computer and use it in GitHub Desktop.
XWiki cheat sheet
[[Title >>https://aws.amazon.com/blogs/big-data/running-jupyter-notebook-and-jupyterhub-on-amazon-emr]]
Review Vanguard requirements
========
{{toc numbered="true" /}}
**bold**
* item
** subitem
[https://aws.amazon.com/blogs/big-data/running-jupyter-notebook-and-jupyterhub-on-amazon-emr/]
|=Column|=Column
|Word 1|Word 2
This is ##monospace## text
Horizontal line
; Term
: Definition
{{showhide showmessage="Show" hidemessage="Hide" effect="appear" effectduration="2" style="background-color: #f6f6f6"}}
<Text>
{{/showhide}}
{{info}}
This is an informational message
{{/info}}
{{warning}}
This is a warning message
{{/warning}}
{{success}}
This is a warning message
{{success}}
{{error}}
This is an error message
{{/error}}
{{plantUML}}
@startuml
Alice -> "Bob()" : Hello
@enduml
{{/plantUML}}
----
{{code language="bash"}}
var = 1
{{/code}}
{{code language="python"}}
var = 1
{{/code}}
{{code language="javascript"}}
var = 1
{{/code}}
{{code language="java"}}
var = 1
{{/code}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment