{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "ada14109", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "hello world\n" ] } ], "source": [ "print(\"hello world\")" ] }, { "cell_type": "code", "execution_count": 17, "id": "aaa46c91", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "\u001b[1;31mE: \u001b[0mCould not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)\u001b[0m\n", "\u001b[1;31mE: \u001b[0mUnable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?\u001b[0m\n", "/bin/bash: ping: command not found\n" ] } ], "source": [ "!apt install nettools\n", "\n", "!ping tcp://mongo -p 27017" ] }, { "cell_type": "code", "execution_count": 22, "id": "874ee20a", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "
\n", " \n", " \n", " \n", " \n", " \n", "