Skip to content

Instantly share code, notes, and snippets.

@antimon2
Created August 11, 2018 13:47
Show Gist options
  • Save antimon2/b3910b83344813b52dda79d0264a16e8 to your computer and use it in GitHub Desktop.
Save antimon2/b3910b83344813b52dda79d0264a16e8 to your computer and use it in GitHub Desktop.
addUnicodePlots.jl.ipynb
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {
"ExecuteTime": {
"start_time": "2018-08-11T13:41:52.614Z",
"end_time": "2018-08-11T22:41:55.160000+09:00"
},
"trusted": true
},
"cell_type": "code",
"source": "?",
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"text": "search: ⊻ ⊋ ⊊ ⊉ ⊈ ⊇ ⊆ ≥ ≤ ≢ ≡ ≠ ≉ ≈ ∪ ∩ ∛ √ ∘ ∌ ∋ ∉ ∈ ℯ π ÷ ~ | ^ \\ > < : / - +\n\n",
"name": "stdout"
},
{
"output_type": "execute_result",
"execution_count": 1,
"data": {
"text/plain": " \u001b[1mWelcome to Julia 1.0.0.\u001b[22m The full manual is available at\n\n\u001b[36m https://docs.julialang.org/\u001b[39m\n\n as well as many great tutorials and learning resources:\n\n\u001b[36m https://julialang.org/learning/\u001b[39m\n\n For help on a specific function or macro, type \u001b[36m?\u001b[39m followed by its name, e.g.\n \u001b[36m?cos\u001b[39m, or \u001b[36m?@time\u001b[39m, and press enter. Type \u001b[36m;\u001b[39m to enter shell mode, \u001b[36m]\u001b[39m to enter\n package mode.",
"text/markdown": "**Welcome to Julia 1.0.0.** The full manual is available at\n\n```\nhttps://docs.julialang.org/\n```\n\nas well as many great tutorials and learning resources:\n\n```\nhttps://julialang.org/learning/\n```\n\nFor help on a specific function or macro, type `?` followed by its name, e.g. `?cos`, or `?@time`, and press enter. Type `;` to enter shell mode, `]` to enter package mode.\n"
},
"metadata": {}
}
]
},
{
"metadata": {
"ExecuteTime": {
"start_time": "2018-08-11T13:42:32.124Z",
"end_time": "2018-08-11T22:42:32.429000+09:00"
},
"trusted": true
},
"cell_type": "code",
"source": "]add UnicodePlots",
"execution_count": 2,
"outputs": [
{
"output_type": "error",
"ename": "LoadError",
"evalue": "syntax: unexpected \"]\"",
"traceback": [
"syntax: unexpected \"]\"",
""
]
}
]
},
{
"metadata": {
"ExecuteTime": {
"start_time": "2018-08-11T13:42:38.509Z",
"end_time": "2018-08-11T22:42:38.528000+09:00"
},
"trusted": true
},
"cell_type": "code",
"source": "using Pkg",
"execution_count": 3,
"outputs": []
},
{
"metadata": {
"ExecuteTime": {
"start_time": "2018-08-11T13:42:46.327Z",
"end_time": "2018-08-11T22:43:02.609000+09:00"
},
"trusted": true
},
"cell_type": "code",
"source": "pkg\"add UnicodePlots\"",
"execution_count": 4,
"outputs": [
{
"output_type": "stream",
"text": "\u001b[32m\u001b[1m Updating\u001b[22m\u001b[39m registry at `~/.julia/registries/General`\n\u001b[32m\u001b[1m Updating\u001b[22m\u001b[39m git-repo `https://github.com/JuliaRegistries/General.git`\n\u001b[2K\u001b[?25h[1mFetching:\u001b[22m\u001b[39m [========================================>] 100.0 %.0 %13.9 %\u001b[36m\u001b[1mFetching:\u001b[22m\u001b[39m [=======> ] 17.4 % ] 31.1 % [===================> ] 45.1 %> ] 60.6 %==============================> ] 74.5 %] 88.3 %\u001b[36m\u001b[1mFetching:\u001b[22m\u001b[39m [======================================> ] 94.7 %\u001b[32m\u001b[1m Resolving\u001b[22m\u001b[39m package versions...\n\u001b[32m\u001b[1m Installed\u001b[22m\u001b[39m SortingAlgorithms ─ v0.3.1\n\u001b[32m\u001b[1m Installed\u001b[22m\u001b[39m Missings ────────── v0.3.0\n\u001b[32m\u001b[1m Installed\u001b[22m\u001b[39m Conda ───────────── v1.0.1\n\u001b[32m\u001b[1m Installed\u001b[22m\u001b[39m StatsBase ───────── v0.25.0\n\u001b[32m\u001b[1m Installed\u001b[22m\u001b[39m DataStructures ──── v0.11.0\n\u001b[32m\u001b[1m Installed\u001b[22m\u001b[39m UnicodePlots ────── v0.3.0\n\u001b[32m\u001b[1m Updating\u001b[22m\u001b[39m `~/.julia/environments/v1.0/Project.toml`\n \u001b[90m [b8865327]\u001b[39m\u001b[92m + UnicodePlots v0.3.0\u001b[39m\n\u001b[32m\u001b[1m Updating\u001b[22m\u001b[39m `~/.julia/environments/v1.0/Manifest.toml`\n \u001b[90m [8f4d0f93]\u001b[39m\u001b[93m ↑ Conda v1.0.0 ⇒ v1.0.1\u001b[39m\n \u001b[90m [864edb3b]\u001b[39m\u001b[92m + DataStructures v0.11.0\u001b[39m\n \u001b[90m [e1d29d7a]\u001b[39m\u001b[92m + Missings v0.3.0\u001b[39m\n \u001b[90m [a2af1166]\u001b[39m\u001b[92m + SortingAlgorithms v0.3.1\u001b[39m\n \u001b[90m [2913bbd2]\u001b[39m\u001b[92m + StatsBase v0.25.0\u001b[39m\n \u001b[90m [b8865327]\u001b[39m\u001b[92m + UnicodePlots v0.3.0\u001b[39m\n\u001b[32m\u001b[1m Building\u001b[22m\u001b[39m Conda → `~/.julia/packages/Conda/m7vem/deps/build.log`\n",
"name": "stdout"
}
]
},
{
"metadata": {
"trusted": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"kernelspec": {
"name": "julia-1.0",
"display_name": "Julia 1.0.0",
"language": "julia"
},
"language_info": {
"file_extension": ".jl",
"name": "julia",
"mimetype": "application/julia",
"version": "1.0.0"
},
"gist": {
"id": "",
"data": {
"description": "addUnicodePlots.jl.ipynb",
"public": true
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment