Skip to content
sneppets

sneppets

  • Privacy

How to run a Jupyter Notebook .ipynb file from terminal or cmd prompt ?

April 14, 2021April 16, 2021 Editorial StaffLeave a Comment on How to run a Jupyter Notebook .ipynb file from terminal or cmd prompt ?

This tutorial guides you on how to run a Jupyter Notebook .ipynb file from terminal or cmd prompt. In our exercise I will teach you how to run a notebook file from Windows command prompt.

Python jupyter, jupyter-notebook, python
linux commands

Amazon Linux AMI : apt-get command not found

April 13, 2021June 17, 2021 Editorial StaffLeave a Comment on Amazon Linux AMI : apt-get command not found

Amazon Linux AMI is a Linux image supported and maintained by Amazon Web Services for use on Amazon EC2 instance. When I was trying to install package using apt-get command I got error apt-get command not found. Let’s see how… Read More!

cloud amazon-linux, apt, linux
linux commands

Linux: sudo: apt-get: command not found

April 12, 2021April 13, 2021 Editorial StaffLeave a Comment on Linux: sudo: apt-get: command not found

This tutorial guides you on how to resolve linux error sudo: apt-get: command not found while running sudo apt-get commands in the terminal. Linux: sudo apt-get: command not found When I was trying sudo apt-get update command in the linux… Read More!

linux apt, apt-get, linux
kubernetes helm example

Helm error: cannot list configmaps in the namespace “kube-system”

April 12, 2021April 12, 2021 Editorial StaffLeave a Comment on Helm error: cannot list configmaps in the namespace “kube-system”

This tutorial guides you on how to fix kubernetes Error: configmaps is forbidden: User “system:serviceaccount:kube-system:default” cannot list configmaps in the namespace “kube-system” while running helm init command.

cloud google-cloud-platform, kubernetes, kubernetes-helm
kubernetes helm example

Can I use multiple values.yaml files for Helm Chart ?

April 8, 2021April 12, 2021 Editorial StaffLeave a Comment on Can I use multiple values.yaml files for Helm Chart ?

This tutorial guides you on how to use multiple values.yaml files for helm chart. In the previous tutorial we have learnt about values.yaml which is one of the built-in object used to access values passed in to the chart. In… Read More!

cloud google-cloud-platform, kubernetes, kubernetes-helm
Page 22 of 94« First‹ Prev212223Next ›Last »
Copyright © 2018 Sneppets. All Rights Reserved