1 / 13

Segurança e auditoria de sistemas

Prof. Dr. Carlos Oberdan Rolim Ciência da Computação Sistemas de Informação. Segurança e auditoria de sistemas. Créditos: Baseado nos slides do Prof. Fabrício Santana Disponível publicamente em https://professorfabricio.org/2017/04/03/slides-seguranca-e-auditoria-de-sistemas-2017-1/.

jmead
Download Presentation

Segurança e auditoria de sistemas

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Prof. Dr. Carlos OberdanRolim Ciência da Computação Sistemas de Informação Segurança e auditoria de sistemas Créditos: Baseado nos slides do Prof. Fabrício Santana Disponível publicamente em https://professorfabricio.org/2017/04/03/slides-seguranca-e-auditoria-de-sistemas-2017-1/

  2. What Is A Jupyter Notebook? • "Jupyter" is a loose acronym meaning Julia, Python, and R • Notebook" or "notebook documents" denote documents that contain both code and rich text elements, such as figures, links, equations,

  3. What Is The Jupyter Notebook App? • As a server-client application, the Jupyter Notebook App allows you to edit and run your notebooks via a web browser. • The application can be executed on a PC without Internet access or it can be installed on a remote server, where you can access it through the Internet.

  4. What Is The Jupyter Notebook App? • Its two main components are the kernels and a dashboard. • A kernel is a program that runs and introspects the user’s code. • The dashboard of the application not only shows you the notebook documents that you have made and can reopen but can also be used to manage the kernels: you can which ones are running and shut them down if necessary.

  5. How To Install JupyterNotebook • Running Jupyter Notebooks With The Anaconda Python Distribution • The advantage of Anaconda is that you have access to over 720 packages that can easily be installed with Anaconda's conda, a package, dependency, and environment manager. • Link: https://www.anaconda.com/download/ • You can use also use PIP or Docker Containers

  6. How To Use JupyterNotebooks • Run the following command to open up the application: • Jupyter notebook OR • Select in Anaconda / Jupyter Notebook in Start Menu

  7. How To Use Jupyter Notebooks • Then you'll see the application opening in the web browser on the following address: http://localhost:8888.

  8. How To Use Jupyter Notebooks • The "Files" tab is where all your files are kept, the "Running" tab keeps track of all your processes and the third tab • “Running” shows currently running Jupyter processes • "Clusters", is provided by IPython parallel, IPython's parallel computing framework. It allows you to control many individual engines, which are an extended version of the IPython kernel.

  9. How To Use Jupyter Notebooks • New • Python • Notebook  Our Playground!!!! • Other • Text File • Folder  Duh! • Terminal  likecmd

More Related