diff --git a/tutorial/00_getting_started.ipynb b/tutorial/00_getting_started.ipynb index 32f0e7ca..29498c21 100644 --- a/tutorial/00_getting_started.ipynb +++ b/tutorial/00_getting_started.ipynb @@ -37,7 +37,7 @@ "except ModuleNotFoundError:\n", " try:\n", " import google.colab\n", - " !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n", + " !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n", " !pip install -q contextlib2 pint simplejson scipy ctypesgen==1.0.2\n", " ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n", " !(cd ~/bifrost && ./configure && make -j all && sudo make install)\n", diff --git a/tutorial/01_useful_functions.ipynb b/tutorial/01_useful_functions.ipynb index bb17f757..c6b4eed8 100644 --- a/tutorial/01_useful_functions.ipynb +++ b/tutorial/01_useful_functions.ipynb @@ -39,7 +39,7 @@ "except ModuleNotFoundError:\n", " try:\n", " import google.colab\n", - " !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n", + " !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n", " !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n", " ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n", " !(cd ~/bifrost && ./configure && make -j all && sudo make install)\n", @@ -526,4 +526,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +} diff --git a/tutorial/02_building_complexity.ipynb b/tutorial/02_building_complexity.ipynb index c0f3ecd0..89b5fb44 100644 --- a/tutorial/02_building_complexity.ipynb +++ b/tutorial/02_building_complexity.ipynb @@ -27,7 +27,7 @@ "except ModuleNotFoundError:\n", " try:\n", " import google.colab\n", - " !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n", + " !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n", " !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n", " ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n", " !(cd ~/bifrost && ./configure && make -j all && sudo make install)\n", @@ -454,4 +454,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +} diff --git a/tutorial/03_putting_it_together.ipynb b/tutorial/03_putting_it_together.ipynb index cb51882e..158656f7 100644 --- a/tutorial/03_putting_it_together.ipynb +++ b/tutorial/03_putting_it_together.ipynb @@ -26,7 +26,7 @@ "except ModuleNotFoundError:\n", " try:\n", " import google.colab\n", - " !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n", + " !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n", " !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n", " ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n", " !(cd ~/bifrost && ./configure && make -j all && sudo make install)\n", @@ -316,4 +316,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +} diff --git a/tutorial/04_pipelines.ipynb b/tutorial/04_pipelines.ipynb index 918432ba..57599259 100644 --- a/tutorial/04_pipelines.ipynb +++ b/tutorial/04_pipelines.ipynb @@ -28,7 +28,7 @@ " import google.colab\n", " except ModuleNotFoundError:\n", " raise exn\n", - " !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n", + " !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n", " !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n", " ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n", " !(cd ~/bifrost && ./configure --disable-cuda && make -j all && sudo make install)\n", @@ -457,4 +457,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +} diff --git a/tutorial/05_block_logging.ipynb b/tutorial/05_block_logging.ipynb index 18054892..6bb0a288 100644 --- a/tutorial/05_block_logging.ipynb +++ b/tutorial/05_block_logging.ipynb @@ -28,7 +28,7 @@ " import google.colab\n", " except ModuleNotFoundError:\n", " raise exn\n", - " !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n", + " !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n", " !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n", " ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n", " !(cd ~/bifrost && ./configure --disable-cuda && make -j all && sudo make install)\n", @@ -276,4 +276,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +} diff --git a/tutorial/06_data_capture.ipynb b/tutorial/06_data_capture.ipynb index 1ae2bd77..51adb1db 100644 --- a/tutorial/06_data_capture.ipynb +++ b/tutorial/06_data_capture.ipynb @@ -29,7 +29,7 @@ " import google.colab\n", " except ModuleNotFoundError:\n", " raise exn\n", - " !sudo apt-get -qq install exuberant-ctags libopenblas-dev librdmacm-dev software-properties-common build-essential\n", + " !sudo apt-get -qq install universal-ctags libopenblas-dev librdmacm-dev software-properties-common build-essential\n", " !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n", " ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n", " !(cd ~/bifrost && ./configure --disable-hwloc && make -j all && sudo make install)\n", diff --git a/tutorial/07_high_level_api.ipynb b/tutorial/07_high_level_api.ipynb index 2b383af5..343b4362 100644 --- a/tutorial/07_high_level_api.ipynb +++ b/tutorial/07_high_level_api.ipynb @@ -51,7 +51,7 @@ " import google.colab\n", " except ModuleNotFoundError:\n", " raise exn\n", - " !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n", + " !sudo apt-get -qq install universal-ctags libopenblas-dev software-properties-common build-essential\n", " !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n", " ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n", " !(cd ~/bifrost && ./configure --disable-cuda && make -j all && sudo make install)\n", @@ -456,4 +456,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}