Jitender Kaushikjitenderkaushik.com·Nov 7, 2024Why Don’t Notebooks Support Java? A Closer Look at Language and Platform CompatibilityNotebooks, like Jupyter, are powerful tools for data science, exploratory analysis, machine learning, and even educational purposes. They allow users to mix code, visualisations, and documentation in one interactive environment. But despite their pop...DiscussJava
Sreekesh Iyerblog.sreekeshiyer.com·Nov 3, 2024Integrated AWS Workflows with SageMaker NotebooksI was recently a part of a hackathon and was found searching for good Jupyter environments on the cloud to be able to work on my ML Project. Soon enough, I found myself here. However, it took me a while to figure out how powerful it truly can be. F...Discuss·10 likes·33 readsAWS
Sutapa Biswassutto.hashnode.dev·Nov 3, 2024Jupyter Notebook Basics (Learn What you need)What is ‘Jupyter Notebook’? - Jupyter Notebook is an interactive tool for data analysis and Python programming. It allows asking questions to data and visualizing it. Also It provides an interactive and immediate response Python interpreter and suppo...DiscussJupyter Notebook
Sai Sravanthisaisravanthi.hashnode.dev·Oct 12, 2024Using Python for Data Analysis: Libraries and Best PracticesPython has become the go-to language for data analysis due to its simplicity, versatility, and powerful libraries. With an active community and extensive documentation, it enables both beginners and experienced analysts to manipulate, analyze, and vi...DiscussPython
Md. Fahim Bin AminforfreeCodeCampfreecodecamp.org·Oct 3, 2024How to Run R Programs Directly in Jupyter Notebook LocallyR is a popular programming language that’s now widely used in research-related fields like Bioinformatics. And to use R, you’ll need to install the R Compiler and R Studio. But did you know that you can also directly run your R code right in a Jupyte...DiscussR
Md. Fahim Bin Aminfahimbinamin.hashnode.dev·Sep 21, 2024Configure Miniconda So That You Can Choose a Separate Environment Directly From Jupyter Lab/NotebookTo set up Miniconda in such a way that you can see and select all your environments directly in Jupyter Lab/Notebook on Ubuntu, follow these steps: Step 1: Install Miniconda Download the Miniconda installer for Linux: wget https://repo.anaconda.com...DiscussLinuxJupyter Notebook
Pronod Bharatiyadata-intelligence.hashnode.dev·Sep 18, 2024A Complete Guide to Canonical's Data Science Stack: JupyterHub, MicroK8s, MLflow, and KubeflowIn an era where data drives decision-making, the ability to harness and analyze data efficiently is paramount. Canonical, the company behind Ubuntu, has recognized this necessity and developed the Data Science Stack (DSS). This comprehensive framewor...Discuss·35 readsLinux and Machine LearningData Science
Pronod Bharatiyadata-intelligence.hashnode.dev·Sep 13, 2024Setting Up a Complete Machine Learning Pipeline on a Linux Tablet: A Guide to the Data Science StackIntroduction In the world of data science and machine learning (ML), the tools and environments you work with are just as critical as the algorithms and data themselves. For those starting out in ML, managing the development environment can be overwh...Discuss·49 readsLinux and Machine LearningData Science Stack
alexandra moldovanalexandra2888.hashnode.dev·Sep 10, 2024How to Set Up a Jupyter Notebook in VS Code (with Virtual Environment & Kernels) and Install PackagesThis guide will walk you through setting up a Jupyter Notebook in Visual Studio Code (VS Code) using a virtual environment, creating kernels, and installing necessary packages. Steps 1. Install Jupyter First, you need to install Jupyter to work with ...Discuss·96 readsPythonPython
Raul Mercadoraulmercado.pe·Aug 13, 2024Cómo preparar tu máquina para proyectos de ciencia de datos.Cuando queremos aprender ciencia de datos y machine learning, lo primero que necesitamos es configurar nuestra laptop. Si no quieres pasar por todo ese proceso, lo más fácil es ir a Google Colab y empezar a crear tus primeros notebooks desde el prime...DiscussData Science