Jupyter Ascending : The journey from Jupyter Notebook to Jupyter Lab

For many of the researchers and data scientists, Jupyter Notebooks are the de-facto platform when it comes to quick prototyping and exploratory analysis. Right from Paul Romer- the Ex-World bank chief Economist and also the co-winner 2018 Nobel prize in Economics to Netflix, Jupyter Notebooks are used almost everywhere. The browser-based computing environment, coupled with a reproducible document format has made them the choice of tool for millions of data scientists and researchers around the globe. But have we fully exploited the benefits of Jupyter Notebooks and do we know all about the best practises of using it? if not, then this talk is just for you.

Through this talk/demo, I'll like to discuss three main points:

  1. Best Practises for Jupyter Notebooks since a lot of Jupyter functionalities sometimes lies under the hood and is not adequately explored. We will try and explore Jupyter Notebooks’ features which can enhance our productivity while working with them.
  2. In this part, we get acquainted with Jupyter Lab, the next-generation UI developed by the Project Jupyter team, and its emerging ecosystem of extensions. JupyterLab differs from Jupyter Notebook in the fact that it provides a set of core building blocks for interactive computing (e.g. notebook, terminal, file browser, console) and well-designed interfaces for them that allow users to combine them in novel ways. The new interface enables users to do new things in their interactive computing environment, like tiled layouts for their activities, dragging cells between notebooks, and executing markdown code blocks in a console and many more cool things.
  3. Every tool/features come with their set of pros and cons and so does Jupyter Notebooks/Lab and it is equally important to discuss the pain areas along with the good ones.
 
 

Outline/Structure of the Demonstration

  • Introduction to Jupyter Notebooks
  • The rise of popularity among Data Scientists

    • Open Source and easily reproducible

    • Support for Multiple File formats

    • Great community support

  • Demo: Best Practises
  • Jupyter Lab: The Next generation of Jupyter Notebook

    • Demo: Features of Jupyter Lab

  • Extensions :Demo
  • Drawbacks

Learning Outcome

This presentation/demo aim is to highlight the following points:

  • Features of Notebooks which are lesser known but highly useful.
  • How to make a smooth transition to Jupyter Lab and get to know its ecosystem and its advantages over a classic notebook. This is necessary since the support to classic notebook will ultimately be withdrawn.
  • The possible drawbacks of Jupyter Notebooks and when it's probably not a good idea to use them.

Target Audience

Anybody who work with Jupyter Notebook for their Data Analysis tasks

Prerequisites for Attendees

Basic Knowledge of working with Jupyter Notebooks

schedule Submitted 3 years ago

  • Dr. Saptarsi Goswami
    keyboard_arrow_down

    Dr. Saptarsi Goswami - Mastering feature selection: basics for developing your own algorithm

    45 Mins
    Tutorial
    Beginner

    Feature selection is one of the most important processes for pattern recognition, machine learning and data mining problems. A successful feature selection method facilitates improvement of learning model performance and interpretability as well as reduces computational cost of the classifier by dimensionality reduction of the data. Feature selection is computationally expensive and becomes intractable even for few 100 features. This is a relevant problem because text, image and next generation sequence data all are inherently high dimensional. In this talk, I will discuss about few algorithms we have developed in last 5/6 years. Firstly, we will set the context of feature selection ,with some open issues , followed by definition and taxonomy. Which will take about 20 odd minutes. Then in next 20 minutes we will discuss couple of research efforts where we have improved feature selection for textual data and proposed a graph based mechanism to view the feature interaction. After the talk, participants will be appreciate the need of feature selection, the basic principles of feature selection algorithm and finally how they can start developing their own models

  • Dr. Rahee Walambe
    keyboard_arrow_down

    Dr. Rahee Walambe / Vishal Gokhale - Processing Sequential Data using RNNs

    480 Mins
    Workshop
    Beginner

    Data that forms the basis of many of our daily activities like speech, text, videos has sequential/temporal dependencies. Traditional deep learning models, being inadequate to model this connectivity needed to be made recurrent before they brought technologies such as voice assistants (Alexa, Siri) or video based speech translation (Google Translate) to a practically usable form by reducing the Word Error Rate (WER) significantly. RNNs solve this problem by adding internal memory. The capacities of traditional neural networks are bolstered with this addition and the results outperform the conventional ML techniques wherever the temporal dynamics are more important.
    In this full-day immersive workshop, participants will develop an intuition for sequence models through hands-on learning along with the mathematical premise of RNNs.

  • JAYA SUSAN MATHEW
    keyboard_arrow_down

    JAYA SUSAN MATHEW - Breaking the language barrier: how do we quickly add multilanguage support in our AI application?

    JAYA SUSAN MATHEW
    JAYA SUSAN MATHEW
    Sr. Data Scientist
    Microsoft
    schedule 4 years ago
    Sold Out!
    20 Mins
    Talk
    Intermediate

    With the need to cater to a global audience, there is a growing demand for applications to support speech identification/translation/transliteration from one language to another. This session aims at introducing the audience to the topic, learn the inner working of the AI/ML models and eventually how to quickly use some of the readily available APIs to identify, translate or even transliterate speech/text within their application.

  • Varun Sharma
    keyboard_arrow_down

    Varun Sharma - Blockchain with Machine Learning - The ultimate industry disruptor

    Varun Sharma
    Varun Sharma
    Sr. Manager
    SAP Labs
    schedule 3 years ago
    Sold Out!
    45 Mins
    Talk
    Beginner

    The fusion of blockchain and machine learning is an ultimate game changer. Machine learning relies on high volume of data to build models for accurate prediction. A lot of the challenges incurred in getting this data lies in collecting, organizing and auditing the data for accuracy. This is an area that can significantly be improved by using blockchain technology. By using smart contracts, data can be directly and reliably transferred straight from its place of origin. Smart contracts could, however, improve the whole process significantly by using digital signatures.

    Blockchain is a good candidate to store sensitive information that should not be modified in any way. Machine learning works on the principle of “Garbage In, Garbage Out,” which means that if the data that was used to build a prediction model was corrupted in any way, the resultant model would not be of much use either. Combining both these technologies creates an industry disruptor which leverages the power of both Blockchain and Machine learning.

  • Varun Sharma
    keyboard_arrow_down

    Varun Sharma - Automated Machine Leaning - Transforming the AI Landscape

    Varun Sharma
    Varun Sharma
    Sr. Manager
    SAP Labs
    schedule 3 years ago
    Sold Out!
    45 Mins
    Talk
    Intermediate

    Automated Machine Learning (AutoML) provides methods and processes to automate the end-to-end machine learning workflow towards solving real-world business problems.

    In traditional machine learning world, data scientist used to spend a considerable amount of time in Data wrangling, model selection and tuning, now with the advances of AutoML it provides methods and processes to make Machine Learning available for non-Machine Learning experts, to improve efficiency of Machine Learning and to accelerate research on Machine Learning.

    Automating the end-to-end process of applying machine learning offers the advantages of producing simpler solutions, faster creation of those solutions, and models that often outperform models that were designed by hand.

  • AbdulMajedRaja
    keyboard_arrow_down

    AbdulMajedRaja - Become Language Agnostic by Combining the Power of R with Python using Reticulate

    AbdulMajedRaja
    AbdulMajedRaja
    Analyst (IC)
    Cisco Systems
    schedule 3 years ago
    Sold Out!
    45 Mins
    Tutorial
    Intermediate

    Language Wars have always been there for ages and it's got a new candidate with Data science booming - R vs Python. While the fans are fighting R vs Python, the creators (Hadley Wickham (Chief DS @ RStudio) and Wes McKinney (Creator of Pandas Project)) are working together as Ursa Labs team to create open source data science tools. A similar effort by RStudio has given birth to Reticulate (R Interface to Python) that helps programmers combine R and Python in the same code, session and project and create a new kind of super hero.

  • AbdulMajedRaja
    keyboard_arrow_down

    AbdulMajedRaja - Introduction to R for Data Science

    AbdulMajedRaja
    AbdulMajedRaja
    Analyst (IC)
    Cisco Systems
    schedule 3 years ago
    Sold Out!
    90 Mins
    Workshop
    Beginner

    R programming is one of the most popular programming languages used in Data Science. Known for its simplicity and easy to take off working environment, R has been the language of choice of many non-programmers and its Rich ecosystem enables it to perform variety of Data Science related tasks. The objective of this workshop is to help you get started with R for you to move forward with your Data Science journey. As we are moving into the world of language-agnostic developers, Even if you know a language already, knowing another extra programming language like R would add an extra feather to your cap.

  • AbdulMajedRaja
    keyboard_arrow_down

    AbdulMajedRaja - What happens out there? In the Real-World, With R

    AbdulMajedRaja
    AbdulMajedRaja
    Analyst (IC)
    Cisco Systems
    schedule 3 years ago
    Sold Out!
    45 Mins
    Talk
    Beginner

    This talk contains two sections predominantly - 1st explaining what’s all (non-obvious) that are possible with R and 2nd, How well-known organizations are using R in their company. R is one of the most popular programming languages preferred in Data Science / Analytics.

help