<< < 9 10 11 12 13 14 15 16 17 18 19 > >>   ∑:1393  Sort:Rank

Jupyter Notebook File
What Is Jupyter Notebook file? Jupyter Notebook file, is a JSON file used to record computer code, program result and embedded rich text elements (paragraph, equations, figures, links, etc.). Here is a simple example of Jupyter Notebook, hello.ipynb: { "cells": [ { "metadata": {}, "cell_type": "mark...
2021-12-23, ∼1483🔥, 0💬

Using Public Free Jupyter Server
Where to find tutorials on Using Public Free Jupyter Server. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using Public Free Jupyter Server. Public Jupyter Server with Python Engine Draw Math Curve with Python Engine   ⇒ Public Jupyter Server...
2021-12-23, ∼1358🔥, 0💬

Find and Read Log File on FileZilla Server
How to find and read log file in FileZilla Server? I have logging turned on already. For FileZilla Server on Windows computer, log files are located in the "C:\Program Files\FileZilla Server\Logs" folder. If the log file setting is one log file per day, you can open the log file of a given day like,...
2021-12-17, ∼9754🔥, 1💬

You don't have permission to create private meetings" Error
Why I am getting the "you don't have permission to create private meetings" error? When you schedule a new meeting, you may see this error in the participants field: "you don't have permission to create private meetings". The main reason of getting this error is that your Microsoft Teams app used to...
2021-11-25, ∼3900🔥, 0💬

Use Microsoft 365 Business Account on bing.com
Why should I use my Microsoft 365 Business account on bing.com? You have a Microsoft 365 Business account, you can use it on bing.com to perform search documents under your online acount and shared in your organization. 1. Sign in to your Microsoft 365 Business account in Web browser. 2. Go to bing....
2021-11-25, ∼1931🔥, 0💬

Install IPython in Conda Environment
How to install IPython in a Conda environment? If you want to install IPython in a specific Conda environment, you can follow this tutorial. 1. Activate the Conda environment where you want to install IPython. fyicenter$ conda activate faq (faq) fyicenter$ python --version Python 3.9.6 2. Install IP...
2021-11-25, ∼6820🔥, 0💬

Install IPython Kernel in Conda Environment
How to install IPython Kernel in a Conda environment? IPython Kernel is a component of the IPython package. If you have IPython installed, IPython Kernel is ready to use. But you also install IPython Kernel as a standalone package in a Conda environment, so you can use it to server IPython clients. ...
2021-11-25, ∼2149🔥, 0💬

What Is IPython
What Is IPython? IPython is a comprehensive environment for interactive and exploratory computing with Python language. IPython has three main components: An enhanced interactive Python shell, represented by the "ipython" command. A decoupled two-process communication model, which allows for multipl...
2021-11-25, ∼1763🔥, 0💬

Installing IPython as Jupyter Kernel
Where to find tutorials on Installing IPython as Jupyter Kernel. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Installing IPython as Jupyter Kernel. What Is IPython Install IPython in Conda Environment Install IPython Kernel in Conda Environm...
2021-11-25, ∼1428🔥, 0💬

Install Google Chrome 61
How to install Google Chrome 61? I have the "ChromeSetup.exe" file downloaded. If you followed our "Download Google Chrome 61" tutorial, you can follow this tutorial to finish installing Google Chrome 61. 1. Double-click on the downloaded file "ChromeSetup.exe". You see the program execution confirm...
2021-11-14, ∼4673🔥, 1💬

💬 2021-11-14 Haruna Abubakar: welcome back to google chrome

Jupyter Notebook Configuration JSON File
What Is Jupyter Notebook Configuration JSON File? Jupyter Notebook Configuration JSON File is a configuration file in JSON format. You can use it to store "jupyter notebook" command options. The default location of Jupyter Notebook Configuration JSON File is ~/.jupyter/jupyter_notebook_co nfig.jsonH...
2021-11-12, ∼4242🔥, 0💬

Jupyter Notebook Configuration Python File
What Is Jupyter Notebook Configuration Python File? Jupyter Notebook Configuration Python File is a configuration file in Python code format. You can use it to store "jupyter notebook" command options. The default location of Jupyter Notebook Configuration Python File is ~/.jupyter/jupyter_notebook_.. .
2021-11-12, ∼3711🔥, 0💬

Shutdown Jupyter Server
How to Shutdown Jupyter Server? There are 2 ways to shutdown your local Jupyter Server: 1. Using Web Interface - On the Jupyter Web interface, click the "Quit" button on the top-right corner. After a few seconds, you will see the shutdown confirmation message. Jupyter Notebook - Shutdown Server 2. U...
2021-11-12, ∼2321🔥, 0💬

Setup Jupyter Server for Remote Access
How to Setup Jupyter Server for Remote Access? If you want your Jupyter Server to be accessed remotely, you need to change the Jupyter Server and the Firewall configurations as shown in this tutorial. 1. Find out the Jupyter server IP address. For example, 192.168.1.10: fyicenter$ nmcli eno1: connec...
2021-11-12, ∼1998🔥, 0💬

Start Jupyter in Conda Environment
How to Start Jupyter in Conda Environment? If you have installed Jupyter in the system default Conda environment, you can start it with the "jupyter notebook" command as shown in this tutorial. 1. Run "jupyter notebook" command to start Jupyter. You see messages confirming that the Jupyter server is...
2021-11-12, ∼1623🔥, 0💬

Error Message When Saving PowerPoint with Macros
Why I am getting an error message dialog box when I try to save my PowerPoint presentation with some macros or programming codes? If you have created ActiveX controls or Macros in your PowerPoint presentation, and try to save is as a PowerPoint Presentation (*.pptx) file, you will get this error mes...
2021-11-08, ∼8495🔥, 1💬

💬 2021-11-08 Vrishin Vadakattu: Thank you it helps!

Install OpenVPN on Windows
How to Install OpenVPN on Windows computers? If you want to use OpenVPN on Windows to access a remote VPN service, you can follow this tutorial. 1. Go to OpenVPN Community Downloads page . 2. Click "OpenVPN-2.5.1-I601-amd64.msi" link in the "Windows 64-bit MSI installer" line to start the download. ...
2021-10-10, ∼2498🔥, 0💬

What Is Bézier Curve
What Is Bézier Curve? Bézier Curve, named after Pierre Bézier, is related to Bernstein polynomial and widely used in computer graphics. The Bézier Curve B p 0 p 1 ...p n (t) for a given set of n+1 points p 0 , p 1 , ..., p n with t=(0,1) can be defined in the following recursive form: B p 0 (t) = p...
2021-10-10, ∼2412🔥, 0💬

Draw 3-Point Bézier Curve in OpenOffice
How to draw a 3-Point Bézier Curve in OpenOffice? To draw a 3-Point Bézier Curve in OpenOffice, you can follow this tutorial: 1. Open OpenOffice Draw. 2. Select the Bézier Curve icon from the drawing toolbar. 3. Move the mouse to the first point, p 0 . 4. Press down the mouse button and move the mo...
2021-10-10, ∼2248🔥, 0💬

Define Custom Color in OpenOffice Draw
How to define my own custom color in OpenOffice Draw? If you want to define your own custom color in OpenOffice Draw, you can follow this tutorial: 1. Select a shape object. 2. Right-mouse click to open the context menu. 3. Select "Area" from the context menu. You see the "Area" window. 4. Change th...
2021-10-10, ∼1770🔥, 0💬

Managing OpenOffice
Where to find tutorials on Managing OpenOffice? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Managing OpenOffice. OpenOffice Extensions Add Network Equipment Gallery OpenOffice User Profile   ⇒ OpenOffice Extensions ⇐ install.exe and Instal...
2021-10-10, ∼1383🔥, 0💬

Insert Images from Image Files
How to insert an image from an external image file? If you have an image like a picture or a drawing stored in an image file, you can insert the image into OpenOffice Draw, Presentation, Text Document, or Spreadsheet as shown in this tutorial. 1. Open OpenOffice Draw, Presentation, Text Document, or...
2021-09-30, ∼2319🔥, 0💬

Add Network Equipment Gallery
How to add Network Equipment Gallery to OpenOffice? "VRT Network Equipment" is an OpenOffice extension that adds network equipment image gallery. "VRT Network Equipment" is provided by VRT Systems. You can follow this tutorial to install it. 1. Go to https://extensions.openoffice. org/en/project/vrt-...
2021-09-30, ∼2203🔥, 0💬

Modify Images in OpenOffice
How to modify images in OpenOffice? When an image (a picture or a diagram) is inserted into an OpenOffice document, it becomes an image object. You can not modify individual pixels in an image object, but you can make global changes as shown in this tutorial. 1. Select the image object you want to m...
2021-09-30, ∼2087🔥, 0💬

<< < 9 10 11 12 13 14 15 16 17 18 19 > >>   ∑:1393  Sort:Rank