GithubHelp home page GithubHelp logo

Comments (5)

we684123 avatar we684123 commented on May 20, 2024 1

Hi yunabe
Thank you very much! m(_ _)m

from tslab.

danvln avatar danvln commented on May 20, 2024

Any input on this?

from tslab.

yunabe avatar yunabe commented on May 20, 2024

Could you share your information about your environment and what command you run?

Internally, tslab install invokes python/install.py with python3 (python in Windows) internally (source).

One possible reason of the problem is the Python tslab used to install the kernel is different from the Python used from your jupyter command (e.g. python3 and python2 are mixed). In Unix-like system, the kernel configs are usually installed under $HOME/.local/share/jupyter/kernels/tslab.

from tslab.

we684123 avatar we684123 commented on May 20, 2024

me too!

Debian GNU/Linux 10 (buster)
python3.8.4
jupyter core : 4.6.3
jupyter-notebook : 6.0.3
qtconsole : not installed
ipython : 7.16.1
ipykernel : 5.3.3
jupyter client : 6.1.6
jupyter lab : not installed
nbconvert : 5.6.1
ipywidgets : not installed
nbformat : 5.0.7
traitlets : 4.3.3

docker

FROM python:3.8 as builder
MAINTAINER we684123
# for Atom_Hydrogen_remote_kernels_by_docker


RUN python -m pip install --upgrade pip 
RUN pip install notebook 
RUN apt-get update
RUN apt install npm -y
RUN npm install -g tslab 


FROM builder

EXPOSE 8888

CMD ["jupyter", "notebook", "--ip" ,"0.0.0.0", "--no-browser", "--allow-root","--port=8888"]

from tslab.

yunabe avatar yunabe commented on May 20, 2024

Hi we684123,

You have to run tslab install after npm install -g tslab.
https://github.com/yunabe/tslab#installing-tslab-1

from tslab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.