Jupyter Notebook. portal.biohpc.swmed.edu

Size: px
Start display at page:

Download "Jupyter Notebook. portal.biohpc.swmed.edu"

Transcription

1 Jupyter Notebook [web] [ ] portal.biohpc.swmed.edu

2 What is Jupyter Notebook? Jupyter Notebook is an interactive web application that allows users to: Interactively develop code Create publication quality figures Produce documented workflows and pipelines Use cases at UT Southwestern: Teaching courses Machine learning Statistical modeling 2

3 Example Bioinformatics Workflow 3

4 Jupyter Notebook Central Concepts Code Environment Kernels Markdown Magics 4

5 So how does it work? Jupyter Server on a Nucleus node Notebook File HTTP & Websockets Web Browser 5 work.html

6 Default Jupyter Environment only has base Python 3.6 environment kernel? Default Environment 6

7 Conda Requires a Conda environment Install R, Python, or Julia kernel packages Load into Jupyter Notebook 7

8 Adding Different Python Environments into Jupyter Notebook Installing Python 2.7 kernel into Jupyter Notebook $ module load python/2.7.x-anaconda $ ipython kernel install --user Installed kernelspec python2 in /home2/s178337/.local/share/jupyter/kernels/python2 Installing a custom conda environment into Jupyter Notebook, e.g. Python 3.6 with DeepTools $ module load python/ anaconda $ conda env list # conda environments: Python env requires the ipykernel package to be installed! R_env py3.6-deeptools root /home2/s178337/.conda/envs/r_env * /home2/s178337/.conda/envs/py3.6-deeptools /cm/shared/apps/python/ anaconda $ ipython kernel install --user --name py3.6-deeptools --display-name "Python 3 DeepTools Installed kernelspec py3.6-deeptools in /home2/s178337/.local/share/jupyter/kernels/py3.6-deeptools 8

9 Installing an irkernel into Jupyter Notebook $ conda env list # conda environments: R_env py3.6-deeptools root Your R env requires the irkernel package to be installed! /home2/s178337/.conda/envs/r_env * /home2/s178337/.conda/envs/py3.6-deeptools /cm/shared/apps/python/ anaconda $ source activate R_env (R_env) $ R R version ( ) -- "Single Candle" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) > Irkernel::installspec() > [InstallKernelSpec] Installed kernelspec ir in /home2/s178337/.local/share/jupyter/kernels/ir > q() 9

10 How do I remove a kernel? User kernels are stored inside ~/.local/share/jupyter/kernels $ ls ~/.local/share/jupyter/kernels/ ir py3.6-deeptools python2 python3 $ rm -rf.local/share/jupyter/kernels/py3.6-deeptools/ Your conda environment is still installed. Don t worry! 10

11 Markdown Syntax What is Markdown? A lightweight markup language with plain text formatting syntax that is becoming a new standard for scientists and academics for workflows, teaching, and code documentation. What does that mean for writers? Markdown allows the writer to quickly create rich text that can be converted to HTML with a simple plain-text editor. Markdown is natively supported within Jupyter notebooks. 11

12 Markdown Syntax Rendered Markdown # An exhibit of Markdown This note demonstrates some of what [Markdown]( projects/markdown/) is capable of doing. *Note: Feel free to play with this page. Unlike regular notes, this doesn't automatically save itself.* ## Basic formatting Paragraphs can be written like so. A paragraph is the basic block of Markdown. A paragraph is what text will turn into when there is no reason it should become anything else. Paragraphs must be separated by a blank line. Basic formatting of *italics* and **bold** is supported. This *can be **nested** like* so. 12

13 Markdown Syntax -- Resources How can I learn Markdown syntax? Recommended Cheat Sheet: Learn it interactively! Need a helping hand? Try MarkdownPad! 13

14 Markdown Syntax Jupyter Notebook Select Markdown in the drop-down menu Then hit Shift + Enter or click the Play button to render the cell. 14

15 Markdown Syntax Jupyter Notebook The Markdown code is now rendered. 15

16 Markdown Syntax and HTML HTML can also be rendered in Markdown cells. 16

17 17

18 LaTeX Support LaTeX math is also supported in Markdown cells and rendered via MathJax. \begin{eqnarray*} e^x &\approx& 1+x+x^2/2! + \\ && {}+x^3/3! + x^4/4! + \\ && + x^5/5! \end{eqnarray*} One can also produce a full LaTeX document from a Notebook -- WIP. 18

19 ipython Going beyond the standard Python The four most helpful commands 19

20 ipython Going beyond the standard kernel Magic commands ipython includes OS-like shell commands call magics. Line magics %command Cell magics %%command Rest of the line after magic call is received as the argument. Arguments are not only the rest of the line, but the rest of the cell. Type %lsmagic for a list of available magic commands. 20

21 ipython Examples Demo ipython_examples.ipnb? operator Line magics Cell magics OS shell commands 21

22 Exporting a Jupyter Notebook $ ipython nbconvert --to FORMAT notebook.ipynb 22

23 Exporting a Jupyter Notebook Example: Exporting a Notebook to HTML $ ipython nbconvert --to html notebook.ipynb Example: Exporting a Notebook to PDF $ ipython nbconvert -to pdf notebook.ipynb Example: Exporting a Notebook to a Python script $ ipython nbconvert -to script notebook.ipynb 23

24 Coming Soon! Run GPU-accelerated code directly within a Jupyter Notebook! Example: Tensorflow-GPU workflows 24

Creating reproducible reports using R Markdown. C. Tobin Magle Cyberinfrastructure facilitator Colorado State University

Creating reproducible reports using R Markdown. C. Tobin Magle Cyberinfrastructure facilitator Colorado State University Creating reproducible reports using R Markdown C. Tobin Magle Cyberinfrastructure facilitator Colorado State University Outline What is literate programming? Why is it useful? How to use R Markdown to

More information

xdev Magazine Markup Guide

xdev Magazine Markup Guide xdev Magazine Markup Guide How to use Markdown to format articles July 12, 2013 v1.2 xdev Magazine Markup Guide 2 Contents Introduction.............................. 3 The Goals of Our Formatting System..............

More information

Interactive (statistical) visualisation and exploration of the full Gaia catalogue with vaex.

Interactive (statistical) visualisation and exploration of the full Gaia catalogue with vaex. Interactive (statistical) visualisation and exploration of the full Gaia catalogue with vaex. Maarten Breddels & Amina Helmi WP985/WP945 Vaex demo / Gaia DR1 workshop ESAC 2016 Outline Motivation Technical

More information

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS Slides by Wheaton et al. (2009-2014) are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS INTRODUCTION

More information

Reporting Reproducible Research with R and Markdown

Reporting Reproducible Research with R and Markdown Garrick Aden-Buie // April 11, 2014 Reporting Reproducible Research with R and Markdown 1 / 46 Reporting Reproducible Research with R and Markdown Garrick Aden-Buie // April 11, 2014 INFORMS Code & Data

More information

Psychology 3400/5400 /7400: Advanced Research Design and Data Analysis

Psychology 3400/5400 /7400: Advanced Research Design and Data Analysis Dashboard / My courses / PSYC-3400-A % Turn editing on General Psychology 3400/5400 /7400: Advanced Research Design and Data Analysis! " A C T II V II T II E S Forums L A T E S T A N N O U N C E M E N

More information

Markdown & Pandoc. Universal document converter. Sigve Karolius. Department of Chemical Engineering. September 23, 2015

Markdown & Pandoc. Universal document converter. Sigve Karolius. Department of Chemical Engineering. September 23, 2015 Markdown & Pandoc Universal document converter Sigve Karolius Department of Chemical Engineering September 23, 2015 Sigve Karolius (NTNU) Markdown & Pandoc September 23, 2015 1 / 22 The grand strategy...

More information

Some Questions You May Be Asking 5. Getting Started In 30 Seconds 6. The Highland Philosophy 8. The Edit View: Everyday Screenwriting 9

Some Questions You May Be Asking 5. Getting Started In 30 Seconds 6. The Highland Philosophy 8. The Edit View: Everyday Screenwriting 9 Table of Contents Some Questions You May Be Asking 5 Getting Started In 30 Seconds 6 The Highland Philosophy 8 The Edit View: Everyday Screenwriting 9 Live Margins 9 Bold, Italics and Underline 10 Preferences

More information

Using R Markdown in Introductory Statistics

Using R Markdown in Introductory Statistics Using in Introductory Statistics Ben Baumer 1 1 Smith College Northampton, MA USCOTS 2013 Cary, NY May 17th, 2013 Student Workflow in Intro Stats Computation is essential Ideal Tool: stat package of your

More information

Graphics for communication Communicating with R Markdown

Graphics for communication Communicating with R Markdown Lecture 7 STATS/CME 195 Matteo Sesia Stanford University Spring 2018 Contents Graphics for communication Communicating with R Markdown Overview Some useful tools for communicating data science: ggplot2

More information

Intro to Singularity Containers

Intro to Singularity Containers Intro to Singularity Containers Fuzzy Rogers Research Computing Administrator Materials Research Laboratory (MRL) Center for Scientific Computing (CSC) fuz@ucsb.edu MRL 2066B Sharon Solis Research Computing

More information

Introduction to R Software Prof. Shalabh Department of Mathematics and Statistics Indian Institute of Technology, Kanpur

Introduction to R Software Prof. Shalabh Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Introduction to R Software Prof. Shalabh Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Lecture - 03 Command line, Data Editor and R Studio Welcome to the lecture on introduction

More information

Infoblox and Ansible Integration

Infoblox and Ansible Integration DEPLOYMENT GUIDE Infoblox and Ansible Integration Ansible 2.5 April 2018 2018 Infoblox Inc. All rights reserved. Ansible Deployment Guide April 2018 Page 1 of 12 Contents Overview... 3 Introduction...

More information

Getting started with Piano HAT

Getting started with Piano HAT Getting started with Piano HAT Introduction Piano HAT will let you explore your musical prowess, or use those 16 capacitive touch buttons to control any project you might conceive. This guide will walk

More information

DOWNLOAD OR READ : GETTING STARTED ON GETTING WELL A WORKBOOK TO ACCOMPANY THE VIDEOS PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : GETTING STARTED ON GETTING WELL A WORKBOOK TO ACCOMPANY THE VIDEOS PDF EBOOK EPUB MOBI DOWNLOAD OR READ : GETTING STARTED ON GETTING WELL A WORKBOOK TO ACCOMPANY THE VIDEOS PDF EBOOK EPUB MOBI Page 1 Page 2 getting started on getting well a workbook to accompany the videos getting started

More information

import matplotlib as mpl # As of July 2017 Bucknell computers use v. 2.x import matplotlib.pyplot as plt

import matplotlib as mpl # As of July 2017 Bucknell computers use v. 2.x import matplotlib.pyplot as plt Statistics Tools NOTE: In this notebook I use the module scipy.stats for all statistics functions, including generation of random numbers. There are other modules with some overlapping functionality, e.g.,

More information

1 Running the Program

1 Running the Program GNUbik Copyright c 1998,2003 John Darrington 2004 John Darrington, Dale Mellor Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission

More information

Learn about the RoboMind programming environment

Learn about the RoboMind programming environment RoboMind Challenges Getting Started Learn about the RoboMind programming environment Difficulty: (Easy), Expected duration: an afternoon Description This activity uses RoboMind, a robot simulation environment,

More information

Storyist is a creative writing application for Mac OS X 10.9 Mavericks or later. Designed specifically for novelists and screenwriters, it provides:

Storyist is a creative writing application for Mac OS X 10.9 Mavericks or later. Designed specifically for novelists and screenwriters, it provides: Welcome to Storyist Product Overview Storyist is a creative writing application for Mac OS X 10.9 Mavericks or later. Designed specifically for novelists and screenwriters, it provides: A word processor

More information

EDUCATION GIS CONFERENCE Geoprocessing with ArcGIS Pro. Rudy Prosser GISP CTT+ Instructor, Esri

EDUCATION GIS CONFERENCE Geoprocessing with ArcGIS Pro. Rudy Prosser GISP CTT+ Instructor, Esri EDUCATION GIS CONFERENCE Geoprocessing with ArcGIS Pro Rudy Prosser GISP CTT+ Instructor, Esri Maintenance What is geoprocessing? Geoprocessing is - a framework and set of tools for processing geographic

More information

CHATS Meals On Wheels Online Ordering User Guide

CHATS Meals On Wheels Online Ordering User Guide CHATS Meals On Wheels Online Ordering User Guide We want to make ordering Meals on Wheels easier for you so we have added an online ordering option from MobiDines! You can now order from your computer,

More information

Autodesk Inventor Drawing Manager Tips & Tricks

Autodesk Inventor Drawing Manager Tips & Tricks Alessandro Gasso Autodesk, Inc. MA1280 This class covers several workflows that answer the most common questions from the Inventor users about the Drawing Manager. You will learn how to add the scale value

More information

Interactive Math Demos for Mobile Platforms

Interactive Math Demos for Mobile Platforms 2013 Hawaii University International Conferences Education & Technology Math & Engineering Technology June 10 th to June 12 th Ala Moana Hotel, Honolulu, Hawaii Interactive Math Demos for Mobile Platforms

More information

What is Galaxy? And why should I learn it? Keith Bradnam

What is Galaxy? And why should I learn it? Keith Bradnam What is Galaxy? And why should I learn it? Keith Bradnam 13 questions you may have about Galaxy 1 How does Galaxy describe Galaxy? https://galaxyproject.org Galaxy is an open, web-based platform for data

More information

Kismet Interface Overview

Kismet Interface Overview The following tutorial will cover an in depth overview of the benefits, features, and functionality within Unreal s node based scripting editor, Kismet. This document will cover an interface overview;

More information

Area Protection Rising World plug-in version 1.0.0

Area Protection Rising World plug-in version 1.0.0 Area Protection Rising World plug-in version 1.0.0 by Maurizio M. Gavioli (a.k.a. Miwarre) Copyright 2018, Maurizio M. Gavioli, licensed under the Gnu General Public Licence v. 3 Note: The images of this

More information

User Guide. Version 1.2. Copyright Favor Software. Revised:

User Guide. Version 1.2. Copyright Favor Software. Revised: User Guide Version 1.2 Copyright 2009-2010 Favor Software Revised: 2010.05.18 Table of Contents Introduction...4 Installation on Windows...5 Installation on Macintosh...6 Registering Intwined Pattern Studio...7

More information

User Guide. Version 1.4. Copyright Favor Software. Revised:

User Guide. Version 1.4. Copyright Favor Software. Revised: User Guide Version 1.4 Copyright 2009-2012 Favor Software Revised: 2012.02.06 Table of Contents Introduction... 4 Installation on Windows... 5 Installation on Macintosh... 6 Registering Intwined Pattern

More information

Hiding Virtual Computing and Supercomputing inside a Notebook: GISandbox Science Gateway & Other User Experiences Eric Shook

Hiding Virtual Computing and Supercomputing inside a Notebook: GISandbox Science Gateway & Other User Experiences Eric Shook Hiding Virtual Computing and Supercomputing inside a Notebook: GISandbox Science Gateway & Other User Experiences Eric Shook Domain Champion for GIS, XSEDE Department of Geography, Environment and Society

More information

Spatial Analysis with ArcGIS Pro. Krithica Kantharaj, Esri

Spatial Analysis with ArcGIS Pro. Krithica Kantharaj, Esri Spatial Analysis with ArcGIS Pro Krithica Kantharaj, Esri What is analysis? Analysis transforms raw data into information or knowledge Spatial analysis does this for geographic or spatial data Who? What?

More information

Software ISP Application Note

Software ISP Application Note NXP Semiconductors Document Number: AN12060 Application Notes Rev. 0, 10/2017 Software ISP Application Note 1. Introduction This document describes the software-based image signal processing application(sw-isp)

More information

Vectorworks Architect

Vectorworks Architect SAMPLE by Jonathan Pickup third edition written with version 2011 Vectorworks Architect Tutorial Manual Table of Contents Introduction... iii How to Use this Manual... iii New Ways of Drawing... iv Vectorworks

More information

Programming with Python for Data Science

Programming with Python for Data Science Programming with Python for Data Science Unit Topics Matplotlib.pyplot Pandas dataframe plotting capabilities Seaborn Plotly and Cufflinks Visualize your data! Learning objectives matplotlib.pyplot Matplotlib

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.1.3 Red Hat, Inc. Feb 27, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

Job Title: DATA SCIENTIST. Location: Champaign, Illinois. Monsanto Innovation Center - Let s Reimagine Together

Job Title: DATA SCIENTIST. Location: Champaign, Illinois. Monsanto Innovation Center - Let s Reimagine Together Job Title: DATA SCIENTIST Employees at the Innovation Center will help accelerate Monsanto s growth in emerging technologies and capabilities including engineering, data science, advanced analytics, operations

More information

10.2. Scanning Document Camera Scoring. Page 1 of 5. How do I score answer sheets using a document camera? STEP 1

10.2. Scanning Document Camera Scoring. Page 1 of 5. How do I score answer sheets using a document camera? STEP 1 Step by Step How do I score answer sheets using a document camera? STEP 1 Click on the Assessment icon in the top navigation bar. STEP 2 To locate your assessment in an assessment list, first select the

More information

Object Groups By Kyle Gillen (Last Updated 6/9/16)

Object Groups By Kyle Gillen (Last Updated 6/9/16) Object Groups By Kyle Gillen (Last Updated 6/9/16) What are they? Object Groups are a means of loading additional objects on top of your base terrains/main objects, without having to create additional

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.2.2 Red Hat, Inc. Mar 08, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

Introduction to R and R-Studio Introduction to R Markdown and Knitr

Introduction to R and R-Studio Introduction to R Markdown and Knitr Introduction to R and R-Studio 2017-18 01. r Why do I want R Markdown and Knitr? R Markdown and Knitr is a system for keeping a history of your R work and has some terrific advantages: - The R Markdown

More information

Automate Your Social Media Marketing (Tutorial)

Automate Your Social Media Marketing (Tutorial) Automate Your Social Media Marketing (Tutorial) I get it, you're busy. Buildings don't design themselves. But as we've talked about before, social media marketing is important and you need to continue

More information

Housekeeping. Timing Breaks Takeaways

Housekeeping. Timing Breaks Takeaways Workshop Housekeeping Timing Breaks Takeaways What You Will Learn Ansible is capable of handling many powerful automation tasks with the flexibility to adapt to many environments and workflows. With Ansible,

More information

Literate Programming in R Markdown

Literate Programming in R Markdown Literate Programming in R Markdown David A. Selby Department of Statistics, University of Warwick 16 November 2016 David A. Selby (Statistics) Literate Programming in R Markdown 16 November 2016 1 / 30

More information

Chapter 4 Adding and Formatting Pictures

Chapter 4 Adding and Formatting Pictures Impress Guide Chapter 4 Adding and Formatting Pictures OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute it and/or

More information

UNIGIS University of Salzburg. Module: ArcGIS for Server Lesson: Online Spatial analysis UNIGIS

UNIGIS University of Salzburg. Module: ArcGIS for Server Lesson: Online Spatial analysis UNIGIS 1 Upon the completion of this presentation you should be able to: Describe the geoprocessing service capabilities Define supported data types input and output of geoprocessing service Configure a geoprocessing

More information

VR-Plugin. for Autodesk Maya.

VR-Plugin. for Autodesk Maya. VR-Plugin for Autodesk Maya 1 1 1. Licensing process Licensing... 3 2 2. Quick start Quick start... 4 3 3. Rendering Rendering... 10 4 4. Optimize performance Optimize performance... 11 5 5. Troubleshooting

More information

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach Proc. 1 st International Conference on Machine Learning and Data Engineering (icmlde2017) 20-22 Nov 2017, Sydney, Australia ISBN: 978-0-6480147-3-7 Teleoperated Robot Controlling Interface: an Internet

More information

Using Structured Content for a Personalized Customer Experience

Using Structured Content for a Personalized Customer Experience Using Structured Content for a Personalized Customer Experience This transcript was lightly edited for clarity. Chris: This episode starts abruptly. I was asking Jonathan Reeve Price some questions in

More information

CyberDominance.com Author Guide

CyberDominance.com Author Guide CyberDominance.com Author Guide Welcome aboard the Cyber Dominance team! CyberDominance.com is a perfect place for you to write articles related to any cyber security topic or topics related to the concept

More information

Omeka Archive: Primary Sources & Metadata

Omeka Archive: Primary Sources & Metadata Omeka Archive: Primary Sources & Metadata HIS 601/HON 451 Professors Janneken Smucker and Charles Hardy West Chester University Spring 2016 In order to later in the semester create OHMS indexes, Biographical

More information

Bolder Sounds. Bavarian Zither version 2. presents. for NI Kontakt 2 + (600 mb) Kontakt Installation

Bolder Sounds. Bavarian Zither version 2. presents. for NI Kontakt 2 + (600 mb) Kontakt Installation Bolder Sounds presents Bavarian Zither version 2 for NI Kontakt 2 + (600 mb) Kontakt Installation Before you do anything else - please make a backup copy of the package you have downloaded! 1. The Bavarian_Zither.rar

More information

ArcGIS Pro: What s New in Analysis. Rob Elkins

ArcGIS Pro: What s New in Analysis. Rob Elkins ArcGIS Pro: What s New in Analysis Rob Elkins ArcGIS Pro Welcome ArcGIS Pro: Analysis Rob Elkins ArcGIS Pro 1.0 Now Available = + Includes the complete ArcGIS Platform Application fusion Single, always

More information

Sun City Summerlin Computer Club Seminar Introduction to Image Editing With GIMP Tom Burt February 23, 2017

Sun City Summerlin Computer Club Seminar Introduction to Image Editing With GIMP Tom Burt February 23, 2017 Sun City Summerlin Computer Club Seminar Introduction to Image Editing With GIMP Tom Burt February 23, 2017 Where to Find the Materials Sun City Summer Computer Club Website: http://www.scscc.club/smnr

More information

Fundamentals of ModelBuilder

Fundamentals of ModelBuilder Fundamentals of ModelBuilder Agenda An Overview of Geoprocessing Framework Introduction to ModelBuilder Basics of ArcToolbox Using ModelBuilder Documenting Models Sharing Models with Others Q & A Geoprocessing

More information

Using Audacity to make a recording

Using Audacity to make a recording Using Audacity to make a recording Audacity is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems and can

More information

The purpose of this document is to outline the structure and tools that come with FPS Control.

The purpose of this document is to outline the structure and tools that come with FPS Control. FPS Control beta 4.1 Reference Manual Purpose The purpose of this document is to outline the structure and tools that come with FPS Control. Required Software FPS Control Beta4 uses Unity 4. You can download

More information

Chess++ Documentation. Hendrik Hochstetter

Chess++ Documentation. Hendrik Hochstetter Chess++ Documentation Hendrik Hochstetter 30th July 2009 c H.A.H.M. Software Group This documentation is work in progress. 2 Contents 1 Introduction to Chess++ 4 2 Where to obtain a copy of Chess++ 5 2.1

More information

WORDPRESS FOR ABSOLUTE BEGINNERS. By Kyle M. Brown

WORDPRESS FOR ABSOLUTE BEGINNERS. By Kyle M. Brown WORDPRESS FOR ABSOLUTE BEGINNERS By By Kyle M. Brown WORDPRESS FOR ABSOLUTE BEGINNERS Copyright 2014 by Kyle M. Brown www.kylembrown.com Editor, Loretta Parker-Brown www.potpourri101.com All rights reserved.

More information

VERSION 3.0 WINDOWS USER GUIDE

VERSION 3.0 WINDOWS USER GUIDE VERSION 3.0 WINDOWS USER GUIDE TABLE OF CONTENTS Introduction... 5 What s New?... 5 What This Guide Is Not... 6 Getting Started... 7 Activating... 7 Activate Via the Internet... 7 Activate Via Email...

More information

OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents

OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents Optimizing OverDrive for your Kindle Searching and Browsing Borrowing and Downloading

More information

Excel Manual Page Breaks Don't Work

Excel Manual Page Breaks Don't Work Excel Manual Page Breaks Don't Work Add a manual page break in Word 2010, and adjust page breaks automatically by Outlook.com People Calendar OneDrive Word Online Excel Online PowerPoint Word automatically

More information

Resizing Images for Competition Entry

Resizing Images for Competition Entry Resizing Images for Competition Entry Dr Roy Killen, EFIAP, GMPSA, APSEM TABLE OF CONTENTS Some Basic Principles 1 An Simple Way to Resize and Save Files in Photoshop 5 An Alternative way to Resize Images

More information

MultiMarkdown Composer 4 review

MultiMarkdown Composer 4 review MultiMarkdown Composer 4 review Introduction Late last year, I went through a bit of a process trying to settle on a markdown editor I liked. I reviewed Ulyses and ia Writer. I liked both a lot but each

More information

2. Now you need to create permissions for all of your reviewers. You need to be in the Administration Tab to do so. Your screen should look like this:

2. Now you need to create permissions for all of your reviewers. You need to be in the Administration Tab to do so. Your screen should look like this: How to set up AppReview 1. Log in to AppReview at https://ar.applyyourself.com a. Use 951 as the school code, your 6+2 as your username, and the password you created. 2. Now you need to create permissions

More information

Stratigraphy Modeling Boreholes and Cross Sections

Stratigraphy Modeling Boreholes and Cross Sections GMS TUTORIALS Stratigraphy Modeling Boreholes and Cross Sections The Borehole module of GMS can be used to visualize boreholes created from drilling logs. Also three-dimensional cross sections between

More information

How to Blog to the Vanguard Website

How to Blog to the Vanguard Website How to Blog to the Vanguard Website Guidance and Rules for Blogging on the Vanguard Website Version 1.01 March 2018 Step 1. Get an account The bristol vanguard website, like much of the internet these

More information

Version 6.1. Instructional Days: 11-14

Version 6.1. Instructional Days: 11-14 Instructional Days: 11-14 Topic Description: In this lesson, students learn how computers can be used as a tool for visualizing data, modeling and design, and art in the context of culturally situated

More information

A DISTRIBUTED MEASUREMENT SYSTEM FOR POWER QUALITY MONITORING

A DISTRIBUTED MEASUREMENT SYSTEM FOR POWER QUALITY MONITORING Article available at http://www.matec-conferences.org or http://dx.doi.org/10.1051/matecconf/20153701015 MATEC Web of Conferences 37, 01015 ( 2015) DOI: 10.1051/ matecconf/ 20153701015 C Owned by the authors,

More information

Table of Contents HOL EMT

Table of Contents HOL EMT Table of Contents Lab Overview - - Machine Learning Workloads in vsphere Using GPUs - Getting Started... 2 Lab Guidance... 3 Module 1 - Machine Learning Apps in vsphere VMs Using GPUs (15 minutes)...9

More information

One Size Doesn't Fit All Aligning VR Environments to Workflows

One Size Doesn't Fit All Aligning VR Environments to Workflows One Size Doesn't Fit All Aligning VR Environments to Workflows PRESENTATION TITLE DATE GOES HERE By Show of Hands Who frequently uses a VR system? By Show of Hands Immersive System? Head Mounted Display?

More information

wxpython in Action NOEL RAPPIN ROBIN DÜNN MANNING Greenwich (74 w. long.)

wxpython in Action NOEL RAPPIN ROBIN DÜNN MANNING Greenwich (74 w. long.) wxpython in Action NOEL RAPPIN ROBIN DÜNN 11 MANNING Greenwich (74 w. long.) preface xix acknowledgments about this book xxiv Contents PART 1 INTRODUCTION TO WXPYTHON 1 Welcome to wxpython 3 1.1 Getting

More information

Introduction to programming with Fable

Introduction to programming with Fable How to get started. You need a dongle and a joint module (the actual robot) as shown on the right. Put the dongle in the computer, open the Fable programme and switch on the joint module on the page. The

More information

How to Create Conditional Formatting in Excel

How to Create Conditional Formatting in Excel How to Create Conditional Formatting in Excel by Kimberly Allard Highlight the column/cells that you want to have change color when a number is input. Go to the Home tab and Conditional Formatting. After

More information

Create and deploy a basic JHipster application to Heroku

Create and deploy a basic JHipster application to Heroku Create and deploy a basic JHipster application to Heroku A tutorial for beginners by David Garcerán. Student: David Garcerán García / LinkedIn: https://linkedin.com/in/davidgarceran Teacher: Alfredo Rueda

More information

Ansible F5 Workshop +

Ansible F5 Workshop + Ansible F5 Workshop + What You Will Learn What is Ansible, its common use cases How Ansible works and terminology Running Ansible playbooks Network modules An introduction to roles An introduction to Ansible

More information

MEDICAL EDUCATION TECHNOLOGY

MEDICAL EDUCATION TECHNOLOGY Snipping Tool Overview The Snipping Tool provides a way to capture images from your display screen and imbed them in documents you develop. This is especially useful in Histopathology lab, since it allows

More information

- Introduction - Minecraft Pi Edition. - Introduction - What you will need. - Introduction - Running Minecraft

- Introduction - Minecraft Pi Edition. - Introduction - What you will need. - Introduction - Running Minecraft 1 CrowPi with MineCraft Pi Edition - Introduction - Minecraft Pi Edition - Introduction - What you will need - Introduction - Running Minecraft - Introduction - Playing Multiplayer with more CrowPi s -

More information

PROJECT REPORT: GAMING : ROBOT CAPTURE

PROJECT REPORT: GAMING : ROBOT CAPTURE BOWIE STATE UNIVERSITY SPRING 2015 COSC 729 : VIRTUAL REALITY AND ITS APPLICATIONS PROJECT REPORT: GAMING : ROBOT CAPTURE PROFESSOR: Dr. SHARAD SHARMA STUDENTS: Issiaka Kamagate Jamil Ramsey 1 OUTLINE

More information

NOVA technical note #8 1. Case study: how to use cutoff conditions in a FRA frequency scan?

NOVA technical note #8 1. Case study: how to use cutoff conditions in a FRA frequency scan? NOVA technical note #8 1 Cutoffs in FRA 1 Case study: how to use cutoff conditions in a FRA frequency scan? One of the FAQ from NOVA users is: Can I use cutoffs during a FRA frequency scan? Using cutoffs

More information

ArcGIS Runtime: Analysis. Lucas Danzinger Mark Baird Mike Branscomb

ArcGIS Runtime: Analysis. Lucas Danzinger Mark Baird Mike Branscomb ArcGIS Runtime: Analysis Lucas Danzinger Mark Baird Mike Branscomb ArcGIS Runtime session tracks at DevSummit 2018 ArcGIS Runtime SDKs share a common core, architecture and design Functional sessions promote

More information

Visualize 3D CATIA V5 to JT Composites Add-On Module

Visualize 3D CATIA V5 to JT Composites Add-On Module Visualize 3D CATIA V5 to JT Composites Add-On Module USER GUIDE Revision: 1.0 Issued: 10/04/2018 Contents Overview of Visualize 3D CATIA V5 to JT Composites Add-on Module... 2 Primary Product Features...2

More information

Building a Personal Portfolio in Blackboard UK SLIS

Building a Personal Portfolio in Blackboard UK SLIS Building a Personal Portfolio in Blackboard Creating a New Personal Portfolio UK SLIS 1. Enter the Blackboard Course, and select Portfolios Homepage in the Course Menu. 2. In the Portfolios page, you will

More information

Scrivener Manual Windows Version Part II

Scrivener Manual Windows Version Part II Scrivener Manual Windows Version 2013 Part II Compiling Your Project this: ebook To compile your project, click on the Compile icon at the top of the screen. The icon looks like When you click on the Compile

More information

Outlook Add-In Installation Guide. Version 2015

Outlook Add-In Installation Guide. Version 2015 Outlook Add-In Installation Guide Version 2015 Contents Types of Installer... 3 Outlook Add-in Architecture... 3 Key Facts... 3 Upgrading Previous Versions of the Outlook Add-in... 3 Manual installation

More information

DocuSign Connector. Setup and User Guide. 127 Church Street, New Haven, CT O: (203) E:

DocuSign Connector. Setup and User Guide. 127 Church Street, New Haven, CT O: (203) E: DocuSign Connector Setup and User Guide 127 Church Street, New Haven, CT 06510 O: (203) 789-0889 E: education@square-9.com Square 9 Softworks Inc. 127 Church Street New Haven, CT 06510 www.square-9.com

More information

Model OT-1000-HH 1GHz SuperMod Optical Transmitter, DWDM ADVANCED OPERATING MANUAL

Model OT-1000-HH 1GHz SuperMod Optical Transmitter, DWDM ADVANCED OPERATING MANUAL Model OT-1000-HH 1GHz SuperMod Optical Transmitter, DWDM ADVANCED OPERATING MANUAL The features mentioned in this Advanced OT-1000-HH Manual can be accessed only with the optional OT-NEC-A, Network Element

More information

Organizing and Customizing Content

Organizing and Customizing Content Organizing and Customizing Content JUMPSTART Session 2: Organizing and Customizing Content Welcome to this Jumpstart session on Organizing and Customizing Content. We hope you have had a chance to explore

More information

G E O S E R V E R I N S TA L L

G E O S E R V E R I N S TA L L G E O S E R V E R I N S TA L L Installation and Configuration of GeoServer 01 January 2009 TABLE OF CONTENTS 1 Goals...3 2 Java Development Kit Install:...4 3 Set JAVA_HOME...6 4 GeoServer install...7

More information

DESIGN A SHOOTING STYLE GAME IN FLASH 8

DESIGN A SHOOTING STYLE GAME IN FLASH 8 DESIGN A SHOOTING STYLE GAME IN FLASH 8 In this tutorial, you will learn how to make a basic arcade style shooting game in Flash 8. An example of the type of game you will create is the game Mozzie Blitz

More information

Welcome to Storyist. The Novel Template This template provides a starting point for a novel manuscript and includes:

Welcome to Storyist. The Novel Template This template provides a starting point for a novel manuscript and includes: Welcome to Storyist Storyist is a powerful writing environment for ipad that lets you create, revise, and review your work wherever inspiration strikes. Creating a New Project When you first launch Storyist,

More information

Vectorworks Architect Tutorial Manual by Jonathan Pickup. Sample

Vectorworks Architect Tutorial Manual by Jonathan Pickup. Sample Vectorworks Architect Tutorial Manual by Jonathan Pickup Table of Contents Introduction...iii Step 1 Layer and Model Setup... 1 Document Setup...1 Layer Setup (Model Setup)...7 Step 2 Property Line...

More information

Triand Manual

Triand Manual Triand Manual 2014-15 1. Open Internet Explorer and go to http://my.triand.com. 2. This is the Triand. The menu bar is on the top in green. Click on login. 3. Login using your e-mail address and password.

More information

Cloud and Devops - Time to Change!!! PRESENTED BY: Vijay

Cloud and Devops - Time to Change!!! PRESENTED BY: Vijay Cloud and Devops - Time to Change!!! PRESENTED BY: Vijay ABOUT CLOUDNLOUD CloudnLoud training wing is founded in response to the desire to find a better alternative to the formal IT training methods and

More information

SWOP Soft Proofing Application Data Sheet for DALiM DiALOGUE

SWOP Soft Proofing Application Data Sheet for DALiM DiALOGUE SWOP Soft Proofing Application Data Sheet for DALiM DiALOGUE I. MANUFACTURER Dalim Software GmbH Strassburger Strasse, 6 Kehl am Rhein, D-77694 Germany http://www.dalim.com II. PRODUCT DALiM DiALOGUE,

More information

30 Minute Quick Setup Guide

30 Minute Quick Setup Guide 30 Minute Quick Setup Guide Introduction. Many thanks for choosing to trial Zahara, our innovative Purchase Order and Invoice Management system for accounting departments. Below you will find a quick start

More information

Getting Started with Ansible for Linux on z David Gross

Getting Started with Ansible for Linux on z David Gross Getting Started with Ansible for Linux on z David Gross Copyright IBM Corp. 2016. All rights reserved. January 22, 2016 Page 1 Abstract This paper addresses the use of Ansible to help with automation of

More information

How to import and sync your Scrivener projects from your computer via Dropbox?

How to import and sync your Scrivener projects from your computer via Dropbox? SCRIVO PRO HOW TO CREATE AND SYNC SCRIVENER PROJECTS Scrivo Pro can create, import and sync Scrivener projects on your ipad or iphone. This document explains how to create and sync your Scrivener projects

More information

ROTATING SYSTEM T-12, T-20, T-50, T- 150 USER MANUAL

ROTATING SYSTEM T-12, T-20, T-50, T- 150 USER MANUAL ROTATING SYSTEM T-12, T-20, T-50, T- 150 USER MANUAL v. 1.11 released 12.02.2016 Table of contents Introduction to the Rotating System device 3 Device components 4 Technical characteristics 4 Compatibility

More information

Overview. Initial Screen

Overview. Initial Screen 1 of 19 Overview Normal game play is by using the stylus. If your device has the direction and select keys you may use those instead. Users of older models can set the Hardkey navigation option under the

More information

Games unblocked without abobe

Games unblocked without abobe P ford residence southampton, ny Games unblocked without abobe May 18, 2017. Adobe Flash Player developed by Adobe is used for animation and displaying text, motions online. Platforms used are web, game

More information

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information